#B22EE9

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

Shades of Dark Orchid #B22EE9

Tints of Dark Orchid #B22EE9

Color information

#B22EE9 (or 0xB22EE9) is unknown color: approx Dark Orchid. HEX triplet: B2, 2E and E9. RGB value is (178,46,233). Sum of RGB (Red+Green+Blue) = 178+46+233=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 46 (18.36% from 255 or 10.07% from 457); Blue value is 233 (91.41% from 255 or 50.98% from 457); Max value from RGB is 233 - color contains mainly: blue. Hex color #B22EE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B22EE9 is #4DD116. Grayscale: #6A6A6A. Windows color (decimal): -5099799 or 15281842. OLE color: 15281842.

HSL color Cylindrical-coordinate representation of color #B22EE9: hue angle of 282.35º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B22EE9 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB17846233-
CMYK0.240.8000.09
HSL282.35º80.95%54.71%-
HSV(B)282.35º80.26%91.37%-
XYZ34.0517.378.64-
YUV106.79199.23178.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.95%
GREEN value IS 46 (18.36% from 255) = 10.07%
BLUE value IS 233 (91.41% from 255) = 50.98%
R=38.95%
G=10.07%
B=50.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal178462330.240.8000.09282.3580.9554.71
HexB22EE918500911a5137
Octal262563513012001143212167
Binary1011001010111011101001110001010000010011000110101010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22EE9; }

 p { color: rgb(178,46,233); }

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

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

 a { background-color: rgb(178,46,233); }

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

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

 span { border-color: rgb(178,46,233); }

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