Html Css Color HEX #B412AA Deep Magenta

📋 copy color: '#B412AA'

red 180 ◦ green 18 ◦ blue 170

#B412AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #B412AA

Tints of Deep Magenta #B412AA

RGB

 RED value IS 180 (70.7% from 255) = 48.91%

 GREEN value IS 18 (7.42% from 255) = 4.89%

 BLUE value IS 170 (66.8% from 255) = 46.2%

R = 48.91%
G = 4.89%
B = 46.2%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B412AA (or 0xB412AA) is known color: Deep Magenta. HEX triplet: B4, 12 and AA. RGB value is (180,18,170). Sum of RGB (Red+Green+Blue) = 180+18+170=368 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.91% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 180 - color contains mainly: red. Hex color #B412AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B412AA is #4BED55. Grayscale: #535353. Windows color (decimal): -4975958 or 11145908. OLE color: 11145908.

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

Color convert

RGB 180 18 170 -
CMYK 0 0.9 0.06 0.29
HSL 303.7º 0.82% 0.39% -
HSV(B) 303.7º 0.9% 0.71% -
XYZ 26.29 13.04 39.16 -
YUV 83.77 176.67 196.64 -
System Red Green Blue C M Y K H S L
Decimal 180 18 170 0 0.9 0.06 0.29 303.7 0.82 0.39
Hex B4 12 AA 0 5A 6 1D 130 52 27
Octal 264 22 252 0 132 6 35 460 122 47
Binary 10110100 10010 10101010 0 1011010 110 11101 100110000 1010010 100111

Color Harmonies of #B412AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B412AA

Black with #B412AA

Text Example


Text Example

White with #B412AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B412AA; }

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

 H1.HeaderClassName
 {
   color: #B412AA;
 }
 .AnyTagClassName
 {
   color: #B412AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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