#b022b4

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

Shades of Dark Orchid #B022B4

Tints of Dark Orchid #B022B4

Color information

#B022B4 (or 0xB022B4) is unknown color: approx Dark Orchid. HEX triplet: B0, 22 and B4. RGB value is (176,34,180). Sum of RGB (Red+Green+Blue) = 176+34+180=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 34 (13.67% from 255 or 8.72% from 390); Blue value is 180 (70.70% from 255 or 46.15% from 390); Max value from RGB is 180 - color contains mainly: blue. Hex color #B022B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B022B4 is #4FDD4B. Grayscale: #5C5C5C. Windows color (decimal): -5233996 or 11805360. OLE color: 11805360.

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

Color convert

RGB17634180-
CMYK0.020.8100.29
HSL298.36º68.22%41.96%-
HSV(B)298.36º81.11%70.59%-
XYZ26.7113.6744.41-
YUV93.1177.04187.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.13%
GREEN value IS 34 (13.67% from 255) = 8.72%
BLUE value IS 180 (70.70% from 255) = 46.15%
R=45.13%
G=8.72%
B=46.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176341800.020.8100.29298.3668.2241.96
HexB022B425101D12a442a
Octal26042264212103545210452
Binary10110000100010101101001010100010111011001010101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b022b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b022b4; }

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

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

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

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

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

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

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

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