#B22DBA

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

Shades of Dark Orchid #B22DBA

Tints of Dark Orchid #B22DBA

Color information

#B22DBA (or 0xB22DBA) is unknown color: approx Dark Orchid. HEX triplet: B2, 2D and BA. RGB value is (178,45,186). Sum of RGB (Red+Green+Blue) = 178+45+186=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 45 (17.97% from 255 or 11.00% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #B22DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22DBA is #4DD245. Grayscale: #646464. Windows color (decimal): -5100102 or 12201394. OLE color: 12201394.

HSL color Cylindrical-coordinate representation of color #B22DBA: hue angle of 296.6º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B22DBA is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17845186-
CMYK0.040.7600.27
HSL296.6º61.04%45.29%-
HSV(B)296.6º75.81%72.94%-
XYZ28.1614.8947.84-
YUV100.84176.06183.04-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.52%
GREEN value IS 45 (17.97% from 255) = 11.00%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=43.52%
G=11.00%
B=45.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178451860.040.7600.27296.661.0445.29
HexB22DBA44C01B1293d2d
Octal2625527241140334517555
Binary10110010101101101110101001001100011011100101001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22DBA; }

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

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

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

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

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

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

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

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