Html Css Color HEX #B404AC Deep Magenta

📋 copy color: '#B404AC'

red 180 ◦ green 4 ◦ blue 172

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

Shades of Deep Magenta #B404AC

Tints of Deep Magenta #B404AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.31%

R = 50.56%
G = 1.12%
B = 48.31%

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

#B404AC (or 0xB404AC) is known color: Deep Magenta. HEX triplet: B4, 04 and AC. RGB value is (180,4,172). Sum of RGB (Red+Green+Blue) = 180+4+172=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B404AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B404AC is #4BFB53. Grayscale: #4B4B4B. Windows color (decimal): -4979540 or 11273396. OLE color: 11273396.

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

Color convert

RGB 180 4 172 -
CMYK 0 0.98 0.04 0.29
HSL 302.73º 0.96% 0.36% -
HSV(B) 302.73º 0.98% 0.71% -
XYZ 26.31 12.77 40.11 -
YUV 75.78 182.31 202.34 -
System Red Green Blue C M Y K H S L
Decimal 180 4 172 0 0.98 0.04 0.29 302.73 0.96 0.36
Hex B4 4 AC 0 62 4 1D 12F 60 24
Octal 264 4 254 0 142 4 35 457 140 44
Binary 10110100 100 10101100 0 1100010 100 11101 100101111 1100000 100100

Color Harmonies of #B404AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B404AC

Black with #B404AC

Text Example


Text Example

White with #B404AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B404AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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