Html Css Color HEX #B420AC Deep Magenta

📋 copy color: '#B420AC'

red 180 ◦ green 32 ◦ blue 172

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

Shades of Deep Magenta #B420AC

Tints of Deep Magenta #B420AC

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.33%

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

R = 46.88%
G = 8.33%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B420AC (or 0xB420AC) is known color: Deep Magenta. HEX triplet: B4, 20 and AC. RGB value is (180,32,172). Sum of RGB (Red+Green+Blue) = 180+32+172=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B420AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B420AC is #4BDF53. Grayscale: #5B5B5B. Windows color (decimal): -4972372 or 11280564. OLE color: 11280564.

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

Color convert

RGB 180 32 172 -
CMYK 0 0.82 0.04 0.29
HSL 303.24º 0.7% 0.42% -
HSV(B) 303.24º 0.82% 0.71% -
XYZ 26.79 13.71 40.27 -
YUV 92.21 173.03 190.62 -
System Red Green Blue C M Y K H S L
Decimal 180 32 172 0 0.82 0.04 0.29 303.24 0.7 0.42
Hex B4 20 AC 0 52 4 1D 12F 46 2A
Octal 264 40 254 0 122 4 35 457 106 52
Binary 10110100 100000 10101100 0 1010010 100 11101 100101111 1000110 101010

Color Harmonies of #B420AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B420AC

Black with #B420AC

Text Example


Text Example

White with #B420AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B420AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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