#B222BF

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

Shades of Dark Orchid #B222BF

Tints of Dark Orchid #B222BF

Color information

#B222BF (or 0xB222BF) is unknown color: approx Dark Orchid. HEX triplet: B2, 22 and BF. RGB value is (178,34,191). Sum of RGB (Red+Green+Blue) = 178+34+191=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 34 (13.67% from 255 or 8.44% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #B222BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B222BF is #4DDD40. Grayscale: #5E5E5E. Windows color (decimal): -5102913 or 12526258. OLE color: 12526258.

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

Color convert

RGB17834191-
CMYK0.070.8200.25
HSL295.03º69.78%44.12%-
HSV(B)295.03º82.2%74.9%-
XYZ28.3414.3750.57-
YUV94.95182.21187.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.17%
GREEN value IS 34 (13.67% from 255) = 8.44%
BLUE value IS 191 (75% from 255) = 47.39%
R=44.17%
G=8.44%
B=47.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178341910.070.8200.25295.0369.7844.12
HexB222BF752019127462c
Octal26242277712203144710654
Binary101100101000101011111111110100100110011001001111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B222BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B222BF; }

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

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

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

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

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

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

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

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