Html Css Color HEX #B404A5 Deep Magenta

📋 copy color: '#B404A5'

red 180 ◦ green 4 ◦ blue 165

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

Shades of Deep Magenta #B404A5

Tints of Deep Magenta #B404A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 47.28%

R = 51.58%
G = 1.15%
B = 47.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#B404A5 (or 0xB404A5) is known color: Deep Magenta. HEX triplet: B4, 04 and A5. RGB value is (180,4,165). Sum of RGB (Red+Green+Blue) = 180+4+165=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 4 (1.95% from 255 or 1.15% from 349); Blue value is 165 (64.84% from 255 or 47.28% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B404A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B404A5 is #4BFB5A. Grayscale: #4A4A4A. Windows color (decimal): -4979547 or 10814644. OLE color: 10814644.

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

Color convert

RGB 180 4 165 -
CMYK 0 0.98 0.08 0.29
HSL 305.11º 0.96% 0.36% -
HSV(B) 305.11º 0.98% 0.71% -
XYZ 25.66 12.51 36.66 -
YUV 74.98 178.81 202.91 -
System Red Green Blue C M Y K H S L
Decimal 180 4 165 0 0.98 0.08 0.29 305.11 0.96 0.36
Hex B4 4 A5 0 62 8 1D 131 60 24
Octal 264 4 245 0 142 10 35 461 140 44
Binary 10110100 100 10100101 0 1100010 1000 11101 100110001 1100000 100100

Color Harmonies of #B404A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B404A5

Black with #B404A5

Text Example


Text Example

White with #B404A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B404A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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