#B22DB6

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

Shades of Dark Orchid #B22DB6

Tints of Dark Orchid #B22DB6

Color information

#B22DB6 (or 0xB22DB6) is unknown color: approx Dark Orchid. HEX triplet: B2, 2D and B6. RGB value is (178,45,182). Sum of RGB (Red+Green+Blue) = 178+45+182=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 182 - color contains mainly: blue. Hex color #B22DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22DB6 is #4DD249. Grayscale: #636363. Windows color (decimal): -5100106 or 11939250. OLE color: 11939250.

HSL color Cylindrical-coordinate representation of color #B22DB6: hue angle of 298.25º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22DB6 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17845182-
CMYK0.020.7500.29
HSL298.25º60.35%44.51%-
HSV(B)298.25º75.27%71.37%-
XYZ27.7414.7245.63-
YUV100.38174.06183.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.95%
GREEN value IS 45 (17.97% from 255) = 11.11%
BLUE value IS 182 (71.48% from 255) = 44.94%
R=43.95%
G=11.11%
B=44.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal178451820.020.7500.29298.2560.3544.51
HexB22DB624B01D12a3c2d
Octal2625526621130354527455
Binary1011001010110110110110101001011011101100101010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22DB6; }

 p { color: rgb(178,45,182); }

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

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

 a { background-color: rgb(178,45,182); }

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

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

 span { border-color: rgb(178,45,182); }

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