#B222BD

Color #B222BD Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B222BD

Tints of Dark Orchid #B222BD

Color information

#B222BD (or 0xB222BD) is unknown color: approx Dark Orchid. HEX triplet: B2, 22 and BD. RGB value is (178,34,189). Sum of RGB (Red+Green+Blue) = 178+34+189=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 34 (13.67% from 255 or 8.48% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #B222BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B222BD is #4DDD42. Grayscale: #5E5E5E. Windows color (decimal): -5102915 or 12395186. OLE color: 12395186.

HSL color Cylindrical-coordinate representation of color #B222BD: hue angle of 295.74º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B222BD is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17834189-
CMYK0.060.8200.26
HSL295.74º69.51%43.73%-
HSV(B)295.74º82.01%74.12%-
XYZ28.1214.2849.42-
YUV94.73181.21187.4-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.39%
GREEN value IS 34 (13.67% from 255) = 8.48%
BLUE value IS 189 (74.22% from 255) = 47.13%
R=44.39%
G=8.48%
B=47.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal178341890.060.8200.26295.7469.5143.73
HexB222BD65201A128462c
Octal26242275612203245010654
Binary101100101000101011110111010100100110101001010001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B222BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B222BD; }

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

 H1.HeaderClassName
 {
   color: #B222BD;
 }
 .AnyTagClassName
 {
   color: #B222BD;
 }
</style>
background-color css

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

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

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

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

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

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