#B022AF

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

Shades of Dark Orchid #B022AF

Tints of Dark Orchid #B022AF

Color information

#B022AF (or 0xB022AF) is unknown color: approx Dark Orchid. HEX triplet: B0, 22 and AF. RGB value is (176,34,175). Sum of RGB (Red+Green+Blue) = 176+34+175=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B022AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B022AF is #4FDD50. Grayscale: #5C5C5C. Windows color (decimal): -5234001 or 11477680. OLE color: 11477680.

HSL color Cylindrical-coordinate representation of color #B022AF: hue angle of 300.42º 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 #B022AF is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB17634175-
CMYK00.810.010.31
HSL300.42º67.62%41.18%-
HSV(B)300.42º80.68%69.02%-
XYZ26.2113.4741.78-
YUV92.53174.54187.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.71%
GREEN value IS 34 (13.67% from 255) = 8.83%
BLUE value IS 175 (68.75% from 255) = 45.45%
R=45.71%
G=8.83%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1763417500.810.010.31300.4267.6241.18
HexB022AF05111F12c4429
Octal26042257012113745410451
Binary1011000010001010101111010100011111111001011001000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B022AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B022AF; }

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

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

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

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

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

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

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

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