Html Css Color HEX #B024CD Dark Orchid

📋 copy color: '#B024CD'

red 176 ◦ green 36 ◦ blue 205

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

Shades of Dark Orchid #B024CD

Tints of Dark Orchid #B024CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.16%

R = 42.21%
G = 8.63%
B = 49.16%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B024CD (or 0xB024CD) is known color: Dark Orchid. HEX triplet: B0, 24 and CD. RGB value is (176,36,205). Sum of RGB (Red+Green+Blue) = 176+36+205=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 36 (14.45% from 255 or 8.63% from 417); Blue value is 205 (80.47% from 255 or 49.16% from 417); Max value from RGB is 205 - color contains mainly: blue. Hex color #B024CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B024CD is #4FDB32. Grayscale: #606060. Windows color (decimal): -5233459 or 13444272. OLE color: 13444272.

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

Color convert

RGB 176 36 205 -
CMYK 0.14 0.82 0 0.20
HSL 289.7º 0.7% 0.47% -
HSV(B) 289.7º 0.82% 0.8% -
XYZ 29.55 14.9 59.08 -
YUV 97.13 188.88 184.26 -
System Red Green Blue C M Y K H S L
Decimal 176 36 205 0.14 0.82 0 0.20 289.7 0.7 0.47
Hex B0 24 CD E 52 0 14 122 46 2F
Octal 260 44 315 16 122 0 24 442 106 57
Binary 10110000 100100 11001101 1110 1010010 0 10100 100100010 1000110 101111

Color Harmonies of #B024CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B024CD

Black with #B024CD

Text Example


Text Example

White with #B024CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B024CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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