#B022AC

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

Shades of Dark Orchid #B022AC

Tints of Dark Orchid #B022AC

Color information

#B022AC (or 0xB022AC) is unknown color: approx Dark Orchid. HEX triplet: B0, 22 and AC. RGB value is (176,34,172). Sum of RGB (Red+Green+Blue) = 176+34+172=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 34 (13.67% from 255 or 8.90% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B022AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B022AC is #4FDD53. Grayscale: #5B5B5B. Windows color (decimal): -5234004 or 11281072. OLE color: 11281072.

HSL color Cylindrical-coordinate representation of color #B022AC: hue angle of 301.69º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B022AC is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17634172-
CMYK00.810.020.31
HSL301.69º67.62%41.18%-
HSV(B)301.69º80.68%69.02%-
XYZ25.9213.3540.24-
YUV92.19173.04187.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.07%
GREEN value IS 34 (13.67% from 255) = 8.90%
BLUE value IS 172 (67.58% from 255) = 45.03%
R=46.07%
G=8.90%
B=45.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763417200.810.020.31301.6967.6241.18
HexB022AC05121F12e4429
Octal26042254012123745610451
Binary10110000100010101011000101000110111111001011101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B022AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B022AC; }

 p { color: rgb(176,34,172); }

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

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

 a { background-color: rgb(176,34,172); }

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

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

 span { border-color: rgb(176,34,172); }

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