Html Css Color HEX #B424AF Deep Magenta

📋 copy color: '#B424AF'

red 180 ◦ green 36 ◦ blue 175

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

Shades of Deep Magenta #B424AF

Tints of Deep Magenta #B424AF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.21%

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

R = 46.04%
G = 9.21%
B = 44.76%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B424AF (or 0xB424AF) is known color: Deep Magenta. HEX triplet: B4, 24 and AF. RGB value is (180,36,175). Sum of RGB (Red+Green+Blue) = 180+36+175=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 36 (14.45% from 255 or 9.21% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B424AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B424AF is #4BDB50. Grayscale: #5E5E5E. Windows color (decimal): -4971345 or 11478196. OLE color: 11478196.

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

Color convert

RGB 180 36 175 -
CMYK 0 0.8 0.03 0.29
HSL 302.08º 0.67% 0.42% -
HSV(B) 302.08º 0.8% 0.71% -
XYZ 27.19 14.06 41.84 -
YUV 94.9 173.21 188.7 -
System Red Green Blue C M Y K H S L
Decimal 180 36 175 0 0.8 0.03 0.29 302.08 0.67 0.42
Hex B4 24 AF 0 50 3 1D 12E 43 2A
Octal 264 44 257 0 120 3 35 456 103 52
Binary 10110100 100100 10101111 0 1010000 11 11101 100101110 1000011 101010

Color Harmonies of #B424AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B424AF

Black with #B424AF

Text Example


Text Example

White with #B424AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B424AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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