#B22ED8

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

Shades of Dark Orchid #B22ED8

Tints of Dark Orchid #B22ED8

Color information

#B22ED8 (or 0xB22ED8) is unknown color: approx Dark Orchid. HEX triplet: B2, 2E and D8. RGB value is (178,46,216). Sum of RGB (Red+Green+Blue) = 178+46+216=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 46 (18.36% from 255 or 10.45% from 440); Blue value is 216 (84.77% from 255 or 49.09% from 440); Max value from RGB is 216 - color contains mainly: blue. Hex color #B22ED8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22ED8 is #4DD127. Grayscale: #686868. Windows color (decimal): -5099816 or 14167730. OLE color: 14167730.

HSL color Cylindrical-coordinate representation of color #B22ED8: hue angle of 286.59º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B22ED8 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17846216-
CMYK0.180.7900.15
HSL286.59º68.55%51.37%-
HSV(B)286.59º78.7%84.71%-
XYZ31.7316.3866.45-
YUV104.85190.73180.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.45%
GREEN value IS 46 (18.36% from 255) = 10.45%
BLUE value IS 216 (84.77% from 255) = 49.09%
R=40.45%
G=10.45%
B=49.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal178462160.180.7900.15286.5968.5551.37
HexB22ED8124F0F11f4533
Octal262563302211701743710563
Binary1011001010111011011000100101001111011111000111111000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22ED8; }

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

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

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

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

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

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

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

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