Html Css Color HEX #B222DC Dark Orchid

📋 copy color: '#B222DC'

red 178 ◦ green 34 ◦ blue 220

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

Shades of Dark Orchid #B222DC

Tints of Dark Orchid #B222DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.93%

R = 41.2%
G = 7.87%
B = 50.93%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B222DC (or 0xB222DC) is known color: Dark Orchid. HEX triplet: B2, 22 and DC. RGB value is (178,34,220). Sum of RGB (Red+Green+Blue) = 178+34+220=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 34 (13.67% from 255 or 7.87% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #B222DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B222DC is #4DDD23. Grayscale: #616161. Windows color (decimal): -5102884 or 14426802. OLE color: 14426802.

HSL color Cylindrical-coordinate representation of color #B222DC: hue angle of 286.45º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B222DC is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 34 220 -
CMYK 0.19 0.85 0 0.14
HSL 286.45º 0.73% 0.5% -
HSV(B) 286.45º 0.85% 0.86% -
XYZ 31.85 15.78 69.08 -
YUV 98.26 196.71 184.88 -
System Red Green Blue C M Y K H S L
Decimal 178 34 220 0.19 0.85 0 0.14 286.45 0.73 0.5
Hex B2 22 DC 13 55 0 E 11E 49 32
Octal 262 42 334 23 125 0 16 436 111 62
Binary 10110010 100010 11011100 10011 1010101 0 1110 100011110 1001001 110010

Color Harmonies of #B222DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B222DC

Black with #B222DC

Text Example


Text Example

White with #B222DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B222DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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