#B22ABE

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

Shades of Dark Orchid #B22ABE

Tints of Dark Orchid #B22ABE

Color information

#B22ABE (or 0xB22ABE) is unknown color: approx Dark Orchid. HEX triplet: B2, 2A and BE. RGB value is (178,42,190). Sum of RGB (Red+Green+Blue) = 178+42+190=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 42 (16.80% from 255 or 10.24% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #B22ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22ABE is #4DD541. Grayscale: #636363. Windows color (decimal): -5100866 or 12462770. OLE color: 12462770.

HSL color Cylindrical-coordinate representation of color #B22ABE: hue angle of 295.14º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B22ABE is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17842190-
CMYK0.060.7800.25
HSL295.14º63.79%45.49%-
HSV(B)295.14º77.89%74.51%-
XYZ28.4814.8450.08-
YUV99.54179.06183.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.41%
GREEN value IS 42 (16.80% from 255) = 10.24%
BLUE value IS 190 (74.61% from 255) = 46.34%
R=43.41%
G=10.24%
B=46.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal178421900.060.7800.25295.1463.7945.49
HexB22ABE64E019127402d
Octal26252276611603144710055
Binary101100101010101011111011010011100110011001001111000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22ABE; }

 p { color: rgb(178,42,190); }

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

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

 a { background-color: rgb(178,42,190); }

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

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

 span { border-color: rgb(178,42,190); }

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