#B22AB8

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

Shades of Dark Orchid #B22AB8

Tints of Dark Orchid #B22AB8

Color information

#B22AB8 (or 0xB22AB8) is unknown color: approx Dark Orchid. HEX triplet: B2, 2A and B8. RGB value is (178,42,184). Sum of RGB (Red+Green+Blue) = 178+42+184=404 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.06% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 184 (72.27% from 255 or 45.54% from 404); Max value from RGB is 184 - color contains mainly: blue. Hex color #B22AB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22AB8 is #4DD547. Grayscale: #626262. Windows color (decimal): -5100872 or 12069554. OLE color: 12069554.

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

Color convert

RGB17842184-
CMYK0.030.7700.28
HSL297.46º62.83%44.31%-
HSV(B)297.46º77.17%72.16%-
XYZ27.8414.5846.69-
YUV98.85176.06184.45-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.06%
GREEN value IS 42 (16.80% from 255) = 10.40%
BLUE value IS 184 (72.27% from 255) = 45.54%
R=44.06%
G=10.40%
B=45.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal178421840.030.7700.28297.4662.8344.31
HexB22AB834D01C1293f2c
Octal2625227031150344517754
Binary1011001010101010111000111001101011100100101001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22AB8; }

 p { color: rgb(178,42,184); }

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

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

 a { background-color: rgb(178,42,184); }

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

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

 span { border-color: rgb(178,42,184); }

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