#B415AB

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

Shades of Deep Magenta #B415AB

Tints of Deep Magenta #B415AB

Color information

#B415AB (or 0xB415AB) is unknown color: approx Deep Magenta. HEX triplet: B4, 15 and AB. RGB value is (180,21,171). Sum of RGB (Red+Green+Blue) = 180+21+171=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 21 (8.59% from 255 or 5.65% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 180 - color contains mainly: red. Hex color #B415AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B415AB is #4BEA54. Grayscale: #555555. Windows color (decimal): -4975189 or 11212212. OLE color: 11212212.

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

Color convert

RGB18021171-
CMYK00.880.050.29
HSL303.4º79.1%39.41%-
HSV(B)303.4º88.33%70.59%-
XYZ26.4413.1839.68-
YUV85.64176.18195.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.39%
GREEN value IS 21 (8.59% from 255) = 5.65%
BLUE value IS 171 (67.19% from 255) = 45.97%
R=48.39%
G=5.65%
B=45.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1802117100.880.050.29303.479.139.41
HexB415AB05851D12f4f27
Octal26425253013053545711747
Binary10110100101011010101101011000101111011001011111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B415AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B415AB; }

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

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

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

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

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

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

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

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