#B22BE9

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

Shades of Dark Orchid #B22BE9

Tints of Dark Orchid #B22BE9

Color information

#B22BE9 (or 0xB22BE9) is unknown color: approx Dark Orchid. HEX triplet: B2, 2B and E9. RGB value is (178,43,233). Sum of RGB (Red+Green+Blue) = 178+43+233=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 43 (17.19% from 255 or 9.47% from 454); Blue value is 233 (91.41% from 255 or 51.32% from 454); Max value from RGB is 233 - color contains mainly: blue. Hex color #B22BE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B22BE9 is #4DD416. Grayscale: #686868. Windows color (decimal): -5100567 or 15281074. OLE color: 15281074.

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

Color convert

RGB17843233-
CMYK0.240.8200.09
HSL282.63º81.2%54.12%-
HSV(B)282.63º81.55%91.37%-
XYZ33.9317.0878.6-
YUV105.02200.23180.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.21%
GREEN value IS 43 (17.19% from 255) = 9.47%
BLUE value IS 233 (91.41% from 255) = 51.32%
R=39.21%
G=9.47%
B=51.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal178432330.240.8200.09282.6381.254.12
HexB22BE918520911b5136
Octal262533513012201143312166
Binary1011001010101111101001110001010010010011000110111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22BE9; }

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

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

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

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

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

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

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

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