#B405AA

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

Shades of Deep Magenta #B405AA

Tints of Deep Magenta #B405AA

Color information

#B405AA (or 0xB405AA) is unknown color: approx Deep Magenta. HEX triplet: B4, 05 and AA. RGB value is (180,5,170). Sum of RGB (Red+Green+Blue) = 180+5+170=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 5 (2.34% from 255 or 1.41% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B405AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B405AA is #4BFA55. Grayscale: #4B4B4B. Windows color (decimal): -4979286 or 11142580. OLE color: 11142580.

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

Color convert

RGB1805170-
CMYK00.970.060.29
HSL303.43º94.59%36.27%-
HSV(B)303.43º97.22%70.59%-
XYZ26.1312.7139.11-
YUV76.14180.98202.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 50.70%
GREEN value IS 5 (2.34% from 255) = 1.41%
BLUE value IS 170 (66.80% from 255) = 47.89%
R=50.70%
G=1.41%
B=47.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180517000.970.060.29303.4394.5936.27
HexB45AA06161D12f5f24
Octal2645252014163545713744
Binary101101001011010101001100001110111011001011111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B405AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B405AA; }

 p { color: rgb(180,5,170); }

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

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

 a { background-color: rgb(180,5,170); }

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

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

 span { border-color: rgb(180,5,170); }

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