Html Css Color HEX #B904AB Deep Magenta

📋 copy color: '#B904AB'

red 185 ◦ green 4 ◦ blue 171

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

Shades of Deep Magenta #B904AB

Tints of Deep Magenta #B904AB

RGB

 RED value IS 185 (72.66% from 255) = 51.39%

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

 BLUE value IS 171 (67.19% from 255) = 47.5%

R = 51.39%
G = 1.11%
B = 47.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B904AB (or 0xB904AB) is known color: Deep Magenta. HEX triplet: B9, 04 and AB. RGB value is (185,4,171). Sum of RGB (Red+Green+Blue) = 185+4+171=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 4 (1.95% from 255 or 1.11% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B904AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B904AB is #46FB54. Grayscale: #4C4C4C. Windows color (decimal): -4651861 or 11207865. OLE color: 11207865.

HSL color Cylindrical-coordinate representation of color #B904AB: hue angle of 304.64º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B904AB is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 4 171 -
CMYK 0 0.98 0.08 0.27
HSL 304.64º 0.96% 0.37% -
HSV(B) 304.64º 0.98% 0.73% -
XYZ 27.4 13.34 39.66 -
YUV 77.16 180.97 204.92 -
System Red Green Blue C M Y K H S L
Decimal 185 4 171 0 0.98 0.08 0.27 304.64 0.96 0.37
Hex B9 4 AB 0 62 8 1B 131 60 25
Octal 271 4 253 0 142 10 33 461 140 45
Binary 10111001 100 10101011 0 1100010 1000 11011 100110001 1100000 100101

Color Harmonies of #B904AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B904AB

Black with #B904AB

Text Example


Text Example

White with #B904AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B904AB; }

 p { color: rgb(185,4,171); }

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

background-color css

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

 a { background-color: rgb(185,4,171); }

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

border-color css

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

 span { border-color: rgb(185,4,171); }

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