Html Css Color HEX #B020CE Dark Orchid

📋 copy color: '#B020CE'

red 176 ◦ green 32 ◦ blue 206

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

Shades of Dark Orchid #B020CE

Tints of Dark Orchid #B020CE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.73%

 BLUE value IS 206 (80.86% from 255) = 49.76%

R = 42.51%
G = 7.73%
B = 49.76%

CMYK

 C value IS 0.15

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B020CE (or 0xB020CE) is known color: Dark Orchid. HEX triplet: B0, 20 and CE. RGB value is (176,32,206). Sum of RGB (Red+Green+Blue) = 176+32+206=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 32 (12.89% from 255 or 7.73% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #B020CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B020CE is #4FDF31. Grayscale: #5E5E5E. Windows color (decimal): -5234482 or 13508784. OLE color: 13508784.

HSL color Cylindrical-coordinate representation of color #B020CE: hue angle of 289.66º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B020CE is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 32 206 -
CMYK 0.15 0.84 0 0.19
HSL 289.66º 0.73% 0.47% -
HSV(B) 289.66º 0.84% 0.81% -
XYZ 29.56 14.72 59.68 -
YUV 94.89 190.71 185.85 -
System Red Green Blue C M Y K H S L
Decimal 176 32 206 0.15 0.84 0 0.19 289.66 0.73 0.47
Hex B0 20 CE F 54 0 13 122 49 2F
Octal 260 40 316 17 124 0 23 442 111 57
Binary 10110000 100000 11001110 1111 1010100 0 10011 100100010 1001001 101111

Color Harmonies of #B020CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B020CE

Black with #B020CE

Text Example


Text Example

White with #B020CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B020CE; }

 p { color: rgb(176,32,206); }

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

background-color css

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

 a { background-color: rgb(176,32,206); }

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

border-color css

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

 span { border-color: rgb(176,32,206); }

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