#B615AB

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

Shades of Deep Magenta #B615AB

Tints of Deep Magenta #B615AB

Color information

#B615AB (or 0xB615AB) is unknown color: approx Deep Magenta. HEX triplet: B6, 15 and AB. RGB value is (182,21,171). Sum of RGB (Red+Green+Blue) = 182+21+171=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B615AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B615AB is #49EA54. Grayscale: #555555. Windows color (decimal): -4844117 or 11212214. OLE color: 11212214.

HSL color Cylindrical-coordinate representation of color #B615AB: hue angle of 304.1º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B615AB is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18221171-
CMYK00.880.060.29
HSL304.1º79.31%39.8%-
HSV(B)304.1º88.46%71.37%-
XYZ26.9113.4239.7-
YUV86.24175.84196.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.66%
GREEN value IS 21 (8.59% from 255) = 5.61%
BLUE value IS 171 (67.19% from 255) = 45.72%
R=48.66%
G=5.61%
B=45.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1822117100.880.060.29304.179.3139.8
HexB615AB05861D1304f28
Octal26625253013063546011750
Binary10110110101011010101101011000110111011001100001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B615AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B615AB; }

 p { color: rgb(182,21,171); }

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

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

 a { background-color: rgb(182,21,171); }

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

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

 span { border-color: rgb(182,21,171); }

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