#B828D1

Color #B828D1 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B828D1

Tints of Dark Orchid #B828D1

Color information

#B828D1 (or 0xB828D1) is unknown color: approx Dark Orchid. HEX triplet: B8, 28 and D1. RGB value is (184,40,209). Sum of RGB (Red+Green+Blue) = 184+40+209=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 209 (82.03% from 255 or 48.27% from 433); Max value from RGB is 209 - color contains mainly: blue. Hex color #B828D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B828D1 is #47D72E. Grayscale: #656565. Windows color (decimal): -4708143 or 13707448. OLE color: 13707448.

HSL color Cylindrical-coordinate representation of color #B828D1: hue angle of 291.12º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B828D1 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18440209-
CMYK0.120.8100.18
HSL291.12º67.87%48.82%-
HSV(B)291.12º80.86%81.96%-
XYZ32.0316.3161.78-
YUV102.32188.21186.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 42.49%
GREEN value IS 40 (16.02% from 255) = 9.24%
BLUE value IS 209 (82.03% from 255) = 48.27%
R=42.49%
G=9.24%
B=48.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal184402090.120.8100.18291.1267.8748.82
HexB828D1C510121234431
Octal270503211412102244310461
Binary1011100010100011010001110010100010100101001000111000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B828D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B828D1; }

 p { color: rgb(184,40,209); }

 H1.HeaderClassName
 {
   color: #B828D1;
 }
 .AnyTagClassName
 {
   color: #B828D1;
 }
</style>
background-color css

<style>
 a { background-color: #B828D1; }

 a { background-color: rgb(184,40,209); }

 div.DivClassName
 {
   background-color: #B828D1;
 }
 .BgClassName
 {
   background-color: #B828D1;
 }
</style>
border-color css

<style>
 span { border-color: #B828D1; }

 span { border-color: rgb(184,40,209); }

 td.TdClassName
 {
   border-color: #B828D1;
 }
 .TagClassName
 {
   border-color: #B828D1;
 }
</style>