Html Css Color HEX #B022CE Dark Orchid

📋 copy color: '#B022CE'

red 176 ◦ green 34 ◦ blue 206

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

Shades of Dark Orchid #B022CE

Tints of Dark Orchid #B022CE

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.17%

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

R = 42.31%
G = 8.17%
B = 49.52%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B022CE (or 0xB022CE) is known color: Dark Orchid. HEX triplet: B0, 22 and CE. RGB value is (176,34,206). Sum of RGB (Red+Green+Blue) = 176+34+206=416 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.31% from 416); Green value is 34 (13.67% from 255 or 8.17% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #B022CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B022CE is #4FDD31. Grayscale: #5F5F5F. Windows color (decimal): -5233970 or 13509296. OLE color: 13509296.

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

Color convert

RGB 176 34 206 -
CMYK 0.15 0.83 0 0.19
HSL 289.53º 0.72% 0.47% -
HSV(B) 289.53º 0.83% 0.81% -
XYZ 29.62 14.83 59.69 -
YUV 96.07 190.04 185.01 -
System Red Green Blue C M Y K H S L
Decimal 176 34 206 0.15 0.83 0 0.19 289.53 0.72 0.47
Hex B0 22 CE F 53 0 13 122 48 2F
Octal 260 42 316 17 123 0 23 442 110 57
Binary 10110000 100010 11001110 1111 1010011 0 10011 100100010 1001000 101111

Color Harmonies of #B022CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B022CE

Black with #B022CE

Text Example


Text Example

White with #B022CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B022CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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