Html Css Color HEX #B412AC Deep Magenta

📋 copy color: '#B412AC'

red 180 ◦ green 18 ◦ blue 172

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

Shades of Deep Magenta #B412AC

Tints of Deep Magenta #B412AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.49%

R = 48.65%
G = 4.86%
B = 46.49%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B412AC (or 0xB412AC) is known color: Deep Magenta. HEX triplet: B4, 12 and AC. RGB value is (180,18,172). Sum of RGB (Red+Green+Blue) = 180+18+172=370 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.65% from 370); Green value is 18 (7.42% from 255 or 4.86% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 180 - color contains mainly: red. Hex color #B412AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B412AC is #4BED53. Grayscale: #535353. Windows color (decimal): -4975956 or 11276980. OLE color: 11276980.

HSL color Cylindrical-coordinate representation of color #B412AC: hue angle of 302.96º 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 #B412AC is Cyan = 0, Magento = 0.9, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 18 172 -
CMYK 0 0.9 0.04 0.29
HSL 302.96º 0.82% 0.39% -
HSV(B) 302.96º 0.9% 0.71% -
XYZ 26.49 13.11 40.17 -
YUV 83.99 177.67 196.48 -
System Red Green Blue C M Y K H S L
Decimal 180 18 172 0 0.9 0.04 0.29 302.96 0.82 0.39
Hex B4 12 AC 0 5A 4 1D 12F 52 27
Octal 264 22 254 0 132 4 35 457 122 47
Binary 10110100 10010 10101100 0 1011010 100 11101 100101111 1010010 100111

Color Harmonies of #B412AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B412AC

Black with #B412AC

Text Example


Text Example

White with #B412AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B412AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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