Html Css Color HEX #B914AB Deep Magenta

📋 copy color: '#B914AB'

red 185 ◦ green 20 ◦ blue 171

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

Shades of Deep Magenta #B914AB

Tints of Deep Magenta #B914AB

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.32%

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

R = 49.2%
G = 5.32%
B = 45.48%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B914AB (or 0xB914AB) is known color: Deep Magenta. HEX triplet: B9, 14 and AB. RGB value is (185,20,171). Sum of RGB (Red+Green+Blue) = 185+20+171=376 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.20% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 185 - color contains mainly: red. Hex color #B914AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B914AB is #46EB54. Grayscale: #565656. Windows color (decimal): -4647765 or 11211961. OLE color: 11211961.

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

Color convert

RGB 185 20 171 -
CMYK 0 0.89 0.08 0.27
HSL 305.09º 0.8% 0.4% -
HSV(B) 305.09º 0.89% 0.73% -
XYZ 27.61 13.75 39.73 -
YUV 86.55 175.66 198.22 -
System Red Green Blue C M Y K H S L
Decimal 185 20 171 0 0.89 0.08 0.27 305.09 0.8 0.4
Hex B9 14 AB 0 59 8 1B 131 50 28
Octal 271 24 253 0 131 10 33 461 120 50
Binary 10111001 10100 10101011 0 1011001 1000 11011 100110001 1010000 101000

Color Harmonies of #B914AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B914AB

Black with #B914AB

Text Example


Text Example

White with #B914AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B914AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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