Html Css Color HEX #B021CE Dark Orchid

📋 copy color: '#B021CE'

red 176 ◦ green 33 ◦ blue 206

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

Shades of Dark Orchid #B021CE

Tints of Dark Orchid #B021CE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.95%

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

R = 42.41%
G = 7.95%
B = 49.64%

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

#B021CE (or 0xB021CE) is known color: Dark Orchid. HEX triplet: B0, 21 and CE. RGB value is (176,33,206). Sum of RGB (Red+Green+Blue) = 176+33+206=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #B021CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B021CE is #4FDE31. Grayscale: #5E5E5E. Windows color (decimal): -5234226 or 13509040. OLE color: 13509040.

HSL color Cylindrical-coordinate representation of color #B021CE: hue angle of 289.6º degrees, saturation: 0.72, 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 #B021CE is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 33 206 -
CMYK 0.15 0.84 0 0.19
HSL 289.6º 0.72% 0.47% -
HSV(B) 289.6º 0.84% 0.81% -
XYZ 29.59 14.77 59.68 -
YUV 95.48 190.38 185.43 -
System Red Green Blue C M Y K H S L
Decimal 176 33 206 0.15 0.84 0 0.19 289.6 0.72 0.47
Hex B0 21 CE F 54 0 13 122 48 2F
Octal 260 41 316 17 124 0 23 442 110 57
Binary 10110000 100001 11001110 1111 1010100 0 10011 100100010 1001000 101111

Color Harmonies of #B021CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B021CE

Black with #B021CE

Text Example


Text Example

White with #B021CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B021CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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