Html Css Color HEX #B420AF Deep Magenta

📋 copy color: '#B420AF'

red 180 ◦ green 32 ◦ blue 175

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

Shades of Deep Magenta #B420AF

Tints of Deep Magenta #B420AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.22%

R = 46.51%
G = 8.27%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B420AF (or 0xB420AF) is known color: Deep Magenta. HEX triplet: B4, 20 and AF. RGB value is (180,32,175). Sum of RGB (Red+Green+Blue) = 180+32+175=387 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.51% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 180 - color contains mainly: red. Hex color #B420AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B420AF is #4BDF50. Grayscale: #5C5C5C. Windows color (decimal): -4972369 or 11477172. OLE color: 11477172.

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

Color convert

RGB 180 32 175 -
CMYK 0 0.82 0.03 0.29
HSL 302.03º 0.7% 0.42% -
HSV(B) 302.03º 0.82% 0.71% -
XYZ 27.08 13.83 41.8 -
YUV 92.55 174.53 190.37 -
System Red Green Blue C M Y K H S L
Decimal 180 32 175 0 0.82 0.03 0.29 302.03 0.7 0.42
Hex B4 20 AF 0 52 3 1D 12E 46 2A
Octal 264 40 257 0 122 3 35 456 106 52
Binary 10110100 100000 10101111 0 1010010 11 11101 100101110 1000110 101010

Color Harmonies of #B420AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B420AF

Black with #B420AF

Text Example


Text Example

White with #B420AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B420AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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