#B22EBD

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

Shades of Dark Orchid #B22EBD

Tints of Dark Orchid #B22EBD

Color information

#B22EBD (or 0xB22EBD) is unknown color: approx Dark Orchid. HEX triplet: B2, 2E and BD. RGB value is (178,46,189). Sum of RGB (Red+Green+Blue) = 178+46+189=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 46 (18.36% from 255 or 11.14% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #B22EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22EBD is #4DD142. Grayscale: #656565. Windows color (decimal): -5099843 or 12398258. OLE color: 12398258.

HSL color Cylindrical-coordinate representation of color #B22EBD: hue angle of 295.38º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B22EBD is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17846189-
CMYK0.060.7600.26
HSL295.38º60.85%46.08%-
HSV(B)295.38º75.66%74.12%-
XYZ28.5215.0949.55-
YUV101.77177.23182.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.10%
GREEN value IS 46 (18.36% from 255) = 11.14%
BLUE value IS 189 (74.22% from 255) = 45.76%
R=43.10%
G=11.14%
B=45.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal178461890.060.7600.26295.3860.8546.08
HexB22EBD64C01A1273d2e
Octal2625627561140324477556
Binary10110010101110101111011101001100011010100100111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22EBD; }

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

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

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

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

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

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

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

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