Html Css Color HEX #B403AF Deep Magenta

📋 copy color: '#B403AF'

red 180 ◦ green 3 ◦ blue 175

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

Shades of Deep Magenta #B403AF

Tints of Deep Magenta #B403AF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.84%

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

R = 50.28%
G = 0.84%
B = 48.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.29

RGB Variations

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

Color information

#B403AF (or 0xB403AF) is known color: Deep Magenta. HEX triplet: B4, 03 and AF. RGB value is (180,3,175). Sum of RGB (Red+Green+Blue) = 180+3+175=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B403AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B403AF is #4BFC50. Grayscale: #4B4B4B. Windows color (decimal): -4979793 or 11469748. OLE color: 11469748.

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

Color convert

RGB 180 3 175 -
CMYK 0 0.98 0.03 0.29
HSL 301.69º 0.97% 0.36% -
HSV(B) 301.69º 0.98% 0.71% -
XYZ 26.59 12.86 41.64 -
YUV 75.53 184.14 202.51 -
System Red Green Blue C M Y K H S L
Decimal 180 3 175 0 0.98 0.03 0.29 301.69 0.97 0.36
Hex B4 3 AF 0 62 3 1D 12E 61 24
Octal 264 3 257 0 142 3 35 456 141 44
Binary 10110100 11 10101111 0 1100010 11 11101 100101110 1100001 100100

Color Harmonies of #B403AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B403AF

Black with #B403AF

Text Example


Text Example

White with #B403AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B403AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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