Html Css Color HEX #B403AA Deep Magenta

📋 copy color: '#B403AA'

red 180 ◦ green 3 ◦ blue 170

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

Shades of Deep Magenta #B403AA

Tints of Deep Magenta #B403AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.16%

R = 50.99%
G = 0.85%
B = 48.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B403AA (or 0xB403AA) is known color: Deep Magenta. HEX triplet: B4, 03 and AA. RGB value is (180,3,170). Sum of RGB (Red+Green+Blue) = 180+3+170=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B403AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B403AA is #4BFC55. Grayscale: #4A4A4A. Windows color (decimal): -4979798 or 11142068. OLE color: 11142068.

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

Color convert

RGB 180 3 170 -
CMYK 0 0.98 0.06 0.29
HSL 303.39º 0.97% 0.36% -
HSV(B) 303.39º 0.98% 0.71% -
XYZ 26.11 12.67 39.1 -
YUV 74.96 181.64 202.92 -
System Red Green Blue C M Y K H S L
Decimal 180 3 170 0 0.98 0.06 0.29 303.39 0.97 0.36
Hex B4 3 AA 0 62 6 1D 12F 61 24
Octal 264 3 252 0 142 6 35 457 141 44
Binary 10110100 11 10101010 0 1100010 110 11101 100101111 1100001 100100

Color Harmonies of #B403AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B403AA

Black with #B403AA

Text Example


Text Example

White with #B403AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B403AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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