Html Css Color HEX #B119AF Deep Magenta

📋 copy color: '#B119AF'

red 177 ◦ green 25 ◦ blue 175

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

Shades of Deep Magenta #B119AF

Tints of Deep Magenta #B119AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.42%

R = 46.95%
G = 6.63%
B = 46.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B119AF (or 0xB119AF) is known color: Deep Magenta. HEX triplet: B1, 19 and AF. RGB value is (177,25,175). Sum of RGB (Red+Green+Blue) = 177+25+175=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B119AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B119AF is #4EE650. Grayscale: #575757. Windows color (decimal): -5170769 or 11475377. OLE color: 11475377.

HSL color Cylindrical-coordinate representation of color #B119AF: hue angle of 300.79º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B119AF is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 25 175 -
CMYK 0 0.86 0.01 0.31
HSL 300.79º 0.75% 0.4% -
HSV(B) 300.79º 0.86% 0.69% -
XYZ 26.22 13.14 41.71 -
YUV 87.55 177.36 191.8 -
System Red Green Blue C M Y K H S L
Decimal 177 25 175 0 0.86 0.01 0.31 300.79 0.75 0.4
Hex B1 19 AF 0 56 1 1F 12D 4B 28
Octal 261 31 257 0 126 1 37 455 113 50
Binary 10110001 11001 10101111 0 1010110 1 11111 100101101 1001011 101000

Color Harmonies of #B119AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B119AF

Black with #B119AF

Text Example


Text Example

White with #B119AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B119AF; }

 p { color: rgb(177,25,175); }

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

background-color css

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

 a { background-color: rgb(177,25,175); }

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

border-color css

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

 span { border-color: rgb(177,25,175); }

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