#B60BAE

Color #B60BAE Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B60BAE

Tints of Deep Magenta #B60BAE

Color information

#B60BAE (or 0xB60BAE) is unknown color: approx Deep Magenta. HEX triplet: B6, 0B and AE. RGB value is (182,11,174). Sum of RGB (Red+Green+Blue) = 182+11+174=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B60BAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B60BAE is #49F451. Grayscale: #505050. Windows color (decimal): -4846674 or 11406262. OLE color: 11406262.

HSL color Cylindrical-coordinate representation of color #B60BAE: hue angle of 302.81º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B60BAE is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB18211174-
CMYK00.940.040.29
HSL302.81º88.6%37.84%-
HSV(B)302.81º93.96%71.37%-
XYZ27.0513.2441.17-
YUV80.71180.65200.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 49.59%
GREEN value IS 11 (4.69% from 255) = 3.00%
BLUE value IS 174 (68.36% from 255) = 47.41%
R=49.59%
G=3.00%
B=47.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821117400.940.040.29302.8188.637.84
HexB6BAE05E41D12f5926
Octal26613256013643545713146
Binary1011011010111010111001011110100111011001011111011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60BAE; }

 p { color: rgb(182,11,174); }

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

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

 a { background-color: rgb(182,11,174); }

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

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

 span { border-color: rgb(182,11,174); }

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