Html Css Color HEX #B916AD Deep Magenta

📋 copy color: '#B916AD'

red 185 ◦ green 22 ◦ blue 173

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

Shades of Deep Magenta #B916AD

Tints of Deep Magenta #B916AD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.79%

 BLUE value IS 173 (67.97% from 255) = 45.53%

R = 48.68%
G = 5.79%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#B916AD (or 0xB916AD) is known color: Deep Magenta. HEX triplet: B9, 16 and AD. RGB value is (185,22,173). Sum of RGB (Red+Green+Blue) = 185+22+173=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 22 (8.98% from 255 or 5.79% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B916AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B916AD is #46E952. Grayscale: #575757. Windows color (decimal): -4647251 or 11343545. OLE color: 11343545.

HSL color Cylindrical-coordinate representation of color #B916AD: hue angle of 304.42º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B916AD is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 22 173 -
CMYK 0 0.88 0.06 0.27
HSL 304.42º 0.79% 0.41% -
HSV(B) 304.42º 0.88% 0.73% -
XYZ 27.84 13.91 40.75 -
YUV 87.95 176 197.22 -
System Red Green Blue C M Y K H S L
Decimal 185 22 173 0 0.88 0.06 0.27 304.42 0.79 0.41
Hex B9 16 AD 0 58 6 1B 130 4F 29
Octal 271 26 255 0 130 6 33 460 117 51
Binary 10111001 10110 10101101 0 1011000 110 11011 100110000 1001111 101001

Color Harmonies of #B916AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B916AD

Black with #B916AD

Text Example


Text Example

White with #B916AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B916AD; }

 p { color: rgb(185,22,173); }

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

background-color css

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

 a { background-color: rgb(185,22,173); }

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

border-color css

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

 span { border-color: rgb(185,22,173); }

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