Html Css Color HEX #B222DD Dark Orchid

📋 copy color: '#B222DD'

red 178 ◦ green 34 ◦ blue 221

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

Shades of Dark Orchid #B222DD

Tints of Dark Orchid #B222DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.04%

R = 41.11%
G = 7.85%
B = 51.04%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B222DD (or 0xB222DD) is known color: Dark Orchid. HEX triplet: B2, 22 and DD. RGB value is (178,34,221). Sum of RGB (Red+Green+Blue) = 178+34+221=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 34 (13.67% from 255 or 7.85% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #B222DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B222DD is #4DDD22. Grayscale: #616161. Windows color (decimal): -5102883 or 14492338. OLE color: 14492338.

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

Color convert

RGB 178 34 221 -
CMYK 0.19 0.85 0 0.13
HSL 286.2º 0.73% 0.5% -
HSV(B) 286.2º 0.85% 0.87% -
XYZ 31.98 15.83 69.78 -
YUV 98.37 197.21 184.79 -
System Red Green Blue C M Y K H S L
Decimal 178 34 221 0.19 0.85 0 0.13 286.2 0.73 0.5
Hex B2 22 DD 13 55 0 D 11E 49 32
Octal 262 42 335 23 125 0 15 436 111 62
Binary 10110010 100010 11011101 10011 1010101 0 1101 100011110 1001001 110010

Color Harmonies of #B222DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B222DD

Black with #B222DD

Text Example


Text Example

White with #B222DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B222DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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