Html Css Color HEX #B024CB Dark Orchid

📋 copy color: '#B024CB'

red 176 ◦ green 36 ◦ blue 203

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

Shades of Dark Orchid #B024CB

Tints of Dark Orchid #B024CB

RGB

 RED value IS 176 (69.14% from 255) = 42.41%

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

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

R = 42.41%
G = 8.67%
B = 48.92%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B024CB (or 0xB024CB) is known color: Dark Orchid. HEX triplet: B0, 24 and CB. RGB value is (176,36,203). Sum of RGB (Red+Green+Blue) = 176+36+203=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 36 (14.45% from 255 or 8.67% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #B024CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B024CB is #4FDB34. Grayscale: #606060. Windows color (decimal): -5233461 or 13313200. OLE color: 13313200.

HSL color Cylindrical-coordinate representation of color #B024CB: hue angle of 290.3º 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 #B024CB is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 36 203 -
CMYK 0.13 0.82 0 0.20
HSL 290.3º 0.7% 0.47% -
HSV(B) 290.3º 0.82% 0.8% -
XYZ 29.31 14.8 57.81 -
YUV 96.9 187.88 184.42 -
System Red Green Blue C M Y K H S L
Decimal 176 36 203 0.13 0.82 0 0.20 290.3 0.7 0.47
Hex B0 24 CB D 52 0 14 122 46 2F
Octal 260 44 313 15 122 0 24 442 106 57
Binary 10110000 100100 11001011 1101 1010010 0 10100 100100010 1000110 101111

Color Harmonies of #B024CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B024CB

Black with #B024CB

Text Example


Text Example

White with #B024CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B024CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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