#B22DB7

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

Shades of Dark Orchid #B22DB7

Tints of Dark Orchid #B22DB7

Color information

#B22DB7 (or 0xB22DB7) is unknown color: approx Dark Orchid. HEX triplet: B2, 2D and B7. RGB value is (178,45,183). Sum of RGB (Red+Green+Blue) = 178+45+183=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 183 (71.88% from 255 or 45.07% from 406); Max value from RGB is 183 - color contains mainly: blue. Hex color #B22DB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22DB7 is #4DD248. Grayscale: #646464. Windows color (decimal): -5100105 or 12004786. OLE color: 12004786.

HSL color Cylindrical-coordinate representation of color #B22DB7: hue angle of 297.83º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22DB7 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17845183-
CMYK0.030.7500.28
HSL297.83º60.53%44.71%-
HSV(B)297.83º75.41%71.76%-
XYZ27.8514.7646.18-
YUV100.5174.56183.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.84%
GREEN value IS 45 (17.97% from 255) = 11.08%
BLUE value IS 183 (71.88% from 255) = 45.07%
R=43.84%
G=11.08%
B=45.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal178451830.030.7500.28297.8360.5344.71
HexB22DB734B01C12a3d2d
Octal2625526731130344527555
Binary1011001010110110110111111001011011100100101010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22DB7; }

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

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

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

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

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

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

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

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