Html Css Color HEX #B104A9 Deep Magenta

📋 copy color: '#B104A9'

red 177 ◦ green 4 ◦ blue 169

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

Shades of Deep Magenta #B104A9

Tints of Deep Magenta #B104A9

RGB

 RED value IS 177 (69.53% from 255) = 50.57%

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

 BLUE value IS 169 (66.41% from 255) = 48.29%

R = 50.57%
G = 1.14%
B = 48.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B104A9 (or 0xB104A9) is known color: Deep Magenta. HEX triplet: B1, 04 and A9. RGB value is (177,4,169). Sum of RGB (Red+Green+Blue) = 177+4+169=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 169 (66.41% from 255 or 48.29% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B104A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B104A9 is #4EFB56. Grayscale: #4A4A4A. Windows color (decimal): -5176151 or 11076785. OLE color: 11076785.

HSL color Cylindrical-coordinate representation of color #B104A9: hue angle of 302.77º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B104A9 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 4 169 -
CMYK 0 0.98 0.05 0.31
HSL 302.77º 0.96% 0.35% -
HSV(B) 302.77º 0.98% 0.69% -
XYZ 25.34 12.3 38.57 -
YUV 74.54 181.31 201.08 -
System Red Green Blue C M Y K H S L
Decimal 177 4 169 0 0.98 0.05 0.31 302.77 0.96 0.35
Hex B1 4 A9 0 62 5 1F 12F 60 23
Octal 261 4 251 0 142 5 37 457 140 43
Binary 10110001 100 10101001 0 1100010 101 11111 100101111 1100000 100011

Color Harmonies of #B104A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B104A9

Black with #B104A9

Text Example


Text Example

White with #B104A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B104A9; }

 p { color: rgb(177,4,169); }

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

background-color css

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

 a { background-color: rgb(177,4,169); }

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

border-color css

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

 span { border-color: rgb(177,4,169); }

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