#B022B5

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

Shades of Dark Orchid #B022B5

Tints of Dark Orchid #B022B5

Color information

#B022B5 (or 0xB022B5) is unknown color: approx Dark Orchid. HEX triplet: B0, 22 and B5. RGB value is (176,34,181). Sum of RGB (Red+Green+Blue) = 176+34+181=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 34 (13.67% from 255 or 8.70% from 391); Blue value is 181 (71.09% from 255 or 46.29% from 391); Max value from RGB is 181 - color contains mainly: blue. Hex color #B022B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B022B5 is #4FDD4A. Grayscale: #5C5C5C. Windows color (decimal): -5233995 or 11870896. OLE color: 11870896.

HSL color Cylindrical-coordinate representation of color #B022B5: hue angle of 297.96º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B022B5 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17634181-
CMYK0.030.8100.29
HSL297.96º68.37%42.16%-
HSV(B)297.96º81.22%70.98%-
XYZ26.8213.7144.95-
YUV93.22177.54187.05-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.01%
GREEN value IS 34 (13.67% from 255) = 8.70%
BLUE value IS 181 (71.09% from 255) = 46.29%
R=45.01%
G=8.70%
B=46.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176341810.030.8100.29297.9668.3742.16
HexB022B535101D12a442a
Octal26042265312103545210452
Binary10110000100010101101011110100010111011001010101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B022B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B022B5; }

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

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

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

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

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

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

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

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