#B022E3

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

Shades of Dark Orchid #B022E3

Tints of Dark Orchid #B022E3

Color information

#B022E3 (or 0xB022E3) is unknown color: approx Dark Orchid. HEX triplet: B0, 22 and E3. RGB value is (176,34,227). Sum of RGB (Red+Green+Blue) = 176+34+227=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 34 (13.67% from 255 or 7.78% from 437); Blue value is 227 (89.06% from 255 or 51.95% from 437); Max value from RGB is 227 - color contains mainly: blue. Hex color #B022E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B022E3 is #4FDD1C. Grayscale: #616161. Windows color (decimal): -5233949 or 14885552. OLE color: 14885552.

HSL color Cylindrical-coordinate representation of color #B022E3: hue angle of 284.15º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B022E3 is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17634227-
CMYK0.220.8500.11
HSL284.15º77.51%51.18%-
HSV(B)284.15º85.02%89.02%-
XYZ32.3415.9274.04-
YUV98.46200.54183.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.27%
GREEN value IS 34 (13.67% from 255) = 7.78%
BLUE value IS 227 (89.06% from 255) = 51.95%
R=40.27%
G=7.78%
B=51.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal176342270.220.8500.11284.1577.5151.18
HexB022E316550B11c4e33
Octal260423432612501343411663
Binary1011000010001011100011101101010101010111000111001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B022E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B022E3; }

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

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

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

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

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

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

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

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