Html Css Color HEX #B824CB Dark Orchid

📋 copy color: '#B824CB'

red 184 ◦ green 36 ◦ blue 203

#B824CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B824CB

Tints of Dark Orchid #B824CB

RGB

 RED value IS 184 (72.27% from 255) = 43.5%

 GREEN value IS 36 (14.45% from 255) = 8.51%

 BLUE value IS 203 (79.69% from 255) = 47.99%

R = 43.5%
G = 8.51%
B = 47.99%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B824CB (or 0xB824CB) is known color: Dark Orchid. HEX triplet: B8, 24 and CB. RGB value is (184,36,203). Sum of RGB (Red+Green+Blue) = 184+36+203=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 36 (14.45% from 255 or 8.51% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #B824CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B824CB is #47DB34. Grayscale: #626262. Windows color (decimal): -4709173 or 13313208. OLE color: 13313208.

HSL color Cylindrical-coordinate representation of color #B824CB: hue angle of 293.17º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B824CB is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 36 203 -
CMYK 0.09 0.82 0 0.20
HSL 293.17º 0.7% 0.47% -
HSV(B) 293.17º 0.82% 0.8% -
XYZ 31.18 15.76 57.9 -
YUV 99.29 186.53 188.42 -
System Red Green Blue C M Y K H S L
Decimal 184 36 203 0.09 0.82 0 0.20 293.17 0.7 0.47
Hex B8 24 CB 9 52 0 14 125 46 2F
Octal 270 44 313 11 122 0 24 445 106 57
Binary 10111000 100100 11001011 1001 1010010 0 10100 100100101 1000110 101111

Color Harmonies of #B824CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B824CB

Black with #B824CB

Text Example


Text Example

White with #B824CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B824CB; }

 p { color: rgb(184,36,203); }

 H1.HeaderClassName
 {
   color: #B824CB;
 }
 .AnyTagClassName
 {
   color: #B824CB;
 }
</style>

background-color css

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

 a { background-color: rgb(184,36,203); }

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

border-color css

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

 span { border-color: rgb(184,36,203); }

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