Html Css Color HEX #B404AF Deep Magenta

📋 copy color: '#B404AF'

red 180 ◦ green 4 ◦ blue 175

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

Shades of Deep Magenta #B404AF

Tints of Deep Magenta #B404AF

RGB

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

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

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

R = 50.14%
G = 1.11%
B = 48.75%

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

#B404AF (or 0xB404AF) is known color: Deep Magenta. HEX triplet: B4, 04 and AF. RGB value is (180,4,175). Sum of RGB (Red+Green+Blue) = 180+4+175=359 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.14% from 359); Green value is 4 (1.95% from 255 or 1.11% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 180 - color contains mainly: red. Hex color #B404AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B404AF is #4BFB50. Grayscale: #4B4B4B. Windows color (decimal): -4979537 or 11470004. OLE color: 11470004.

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

Color convert

RGB 180 4 175 -
CMYK 0 0.98 0.03 0.29
HSL 301.7º 0.96% 0.36% -
HSV(B) 301.7º 0.98% 0.71% -
XYZ 26.6 12.89 41.64 -
YUV 76.12 183.81 202.1 -
System Red Green Blue C M Y K H S L
Decimal 180 4 175 0 0.98 0.03 0.29 301.7 0.96 0.36
Hex B4 4 AF 0 62 3 1D 12E 60 24
Octal 264 4 257 0 142 3 35 456 140 44
Binary 10110100 100 10101111 0 1100010 11 11101 100101110 1100000 100100

Color Harmonies of #B404AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B404AF

Black with #B404AF

Text Example


Text Example

White with #B404AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B404AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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