Html Css Color HEX #B919AB Deep Magenta

📋 copy color: '#B919AB'

red 185 ◦ green 25 ◦ blue 171

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

Shades of Deep Magenta #B919AB

Tints of Deep Magenta #B919AB

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.56%

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

R = 48.56%
G = 6.56%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#B919AB (or 0xB919AB) is known color: Deep Magenta. HEX triplet: B9, 19 and AB. RGB value is (185,25,171). Sum of RGB (Red+Green+Blue) = 185+25+171=381 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.56% from 381); Green value is 25 (10.16% from 255 or 6.56% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 185 - color contains mainly: red. Hex color #B919AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B919AB is #46E654. Grayscale: #595959. Windows color (decimal): -4646485 or 11213241. OLE color: 11213241.

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

Color convert

RGB 185 25 171 -
CMYK 0 0.86 0.08 0.27
HSL 305.25º 0.76% 0.41% -
HSV(B) 305.25º 0.86% 0.73% -
XYZ 27.71 13.95 39.76 -
YUV 89.48 174.01 196.13 -
System Red Green Blue C M Y K H S L
Decimal 185 25 171 0 0.86 0.08 0.27 305.25 0.76 0.41
Hex B9 19 AB 0 56 8 1B 131 4C 29
Octal 271 31 253 0 126 10 33 461 114 51
Binary 10111001 11001 10101011 0 1010110 1000 11011 100110001 1001100 101001

Color Harmonies of #B919AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B919AB

Black with #B919AB

Text Example


Text Example

White with #B919AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B919AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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