Html Css Color HEX #B222CE Dark Orchid

📋 copy color: '#B222CE'

red 178 ◦ green 34 ◦ blue 206

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

Shades of Dark Orchid #B222CE

Tints of Dark Orchid #B222CE

RGB

 RED value IS 178 (69.92% from 255) = 42.58%

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

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

R = 42.58%
G = 8.13%
B = 49.28%

CMYK

 C value IS 0.14

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B222CE (or 0xB222CE) is known color: Dark Orchid. HEX triplet: B2, 22 and CE. RGB value is (178,34,206). Sum of RGB (Red+Green+Blue) = 178+34+206=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 34 (13.67% from 255 or 8.13% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #B222CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B222CE is #4DDD31. Grayscale: #606060. Windows color (decimal): -5102898 or 13509298. OLE color: 13509298.

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

Color convert

RGB 178 34 206 -
CMYK 0.14 0.83 0 0.19
HSL 290.23º 0.72% 0.47% -
HSV(B) 290.23º 0.83% 0.81% -
XYZ 30.07 15.07 59.72 -
YUV 96.66 189.71 186.01 -
System Red Green Blue C M Y K H S L
Decimal 178 34 206 0.14 0.83 0 0.19 290.23 0.72 0.47
Hex B2 22 CE E 53 0 13 122 48 2F
Octal 262 42 316 16 123 0 23 442 110 57
Binary 10110010 100010 11001110 1110 1010011 0 10011 100100010 1001000 101111

Color Harmonies of #B222CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B222CE

Black with #B222CE

Text Example


Text Example

White with #B222CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B222CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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