#B02ABE

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

Shades of Dark Orchid #B02ABE

Tints of Dark Orchid #B02ABE

Color information

#B02ABE (or 0xB02ABE) is unknown color: approx Dark Orchid. HEX triplet: B0, 2A and BE. RGB value is (176,42,190). Sum of RGB (Red+Green+Blue) = 176+42+190=408 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.14% from 408); Green value is 42 (16.80% from 255 or 10.29% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #B02ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B02ABE is #4FD541. Grayscale: #626262. Windows color (decimal): -5231938 or 12462768. OLE color: 12462768.

HSL color Cylindrical-coordinate representation of color #B02ABE: hue angle of 294.32º 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 #B02ABE is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17642190-
CMYK0.070.7800.25
HSL294.32º63.79%45.49%-
HSV(B)294.32º77.89%74.51%-
XYZ28.0314.650.06-
YUV98.94179.39182.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.14%
GREEN value IS 42 (16.80% from 255) = 10.29%
BLUE value IS 190 (74.61% from 255) = 46.57%
R=43.14%
G=10.29%
B=46.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176421900.070.7800.25294.3263.7945.49
HexB02ABE74E019126402d
Octal26052276711603144610055
Binary101100001010101011111011110011100110011001001101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02ABE; }

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

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

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

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

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

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

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

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