Html Css Color HEX #B404AD Deep Magenta

📋 copy color: '#B404AD'

red 180 ◦ green 4 ◦ blue 173

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

Shades of Deep Magenta #B404AD

Tints of Deep Magenta #B404AD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.12%

 BLUE value IS 173 (67.97% from 255) = 48.46%

R = 50.42%
G = 1.12%
B = 48.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B404AD (or 0xB404AD) is known color: Deep Magenta. HEX triplet: B4, 04 and AD. RGB value is (180,4,173). Sum of RGB (Red+Green+Blue) = 180+4+173=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 4 (1.95% from 255 or 1.12% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B404AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B404AD is #4BFB52. Grayscale: #4B4B4B. Windows color (decimal): -4979539 or 11338932. OLE color: 11338932.

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

Color convert

RGB 180 4 173 -
CMYK 0 0.98 0.04 0.29
HSL 302.39º 0.96% 0.36% -
HSV(B) 302.39º 0.98% 0.71% -
XYZ 26.41 12.81 40.62 -
YUV 75.89 182.81 202.26 -
System Red Green Blue C M Y K H S L
Decimal 180 4 173 0 0.98 0.04 0.29 302.39 0.96 0.36
Hex B4 4 AD 0 62 4 1D 12E 60 24
Octal 264 4 255 0 142 4 35 456 140 44
Binary 10110100 100 10101101 0 1100010 100 11101 100101110 1100000 100100

Color Harmonies of #B404AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B404AD

Black with #B404AD

Text Example


Text Example

White with #B404AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B404AD; }

 p { color: rgb(180,4,173); }

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

background-color css

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

 a { background-color: rgb(180,4,173); }

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

border-color css

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

 span { border-color: rgb(180,4,173); }

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