#B22EBA

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

Shades of Dark Orchid #B22EBA

Tints of Dark Orchid #B22EBA

Color information

#B22EBA (or 0xB22EBA) is unknown color: approx Dark Orchid. HEX triplet: B2, 2E and BA. RGB value is (178,46,186). Sum of RGB (Red+Green+Blue) = 178+46+186=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 46 (18.36% from 255 or 11.22% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #B22EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22EBA is #4DD145. Grayscale: #656565. Windows color (decimal): -5099846 or 12201650. OLE color: 12201650.

HSL color Cylindrical-coordinate representation of color #B22EBA: hue angle of 296.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22EBA is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17846186-
CMYK0.040.7500.27
HSL296.57º60.34%45.49%-
HSV(B)296.57º75.27%72.94%-
XYZ28.214.9647.86-
YUV101.43175.73182.62-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.41%
GREEN value IS 46 (18.36% from 255) = 11.22%
BLUE value IS 186 (73.05% from 255) = 45.37%
R=43.41%
G=11.22%
B=45.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178461860.040.7500.27296.5760.3445.49
HexB22EBA44B01B1293c2d
Octal2625627241130334517455
Binary10110010101110101110101001001011011011100101001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22EBA; }

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

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

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

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

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

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

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

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