Html Css Color HEX #B119BF Deep Magenta

📋 copy color: '#B119BF'

red 177 ◦ green 25 ◦ blue 191

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

Shades of Deep Magenta #B119BF

Tints of Deep Magenta #B119BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.6%

R = 45.04%
G = 6.36%
B = 48.6%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B119BF (or 0xB119BF) is known color: Deep Magenta. HEX triplet: B1, 19 and BF. RGB value is (177,25,191). Sum of RGB (Red+Green+Blue) = 177+25+191=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #B119BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B119BF is #4EE640. Grayscale: #585858. Windows color (decimal): -5170753 or 12523953. OLE color: 12523953.

HSL color Cylindrical-coordinate representation of color #B119BF: hue angle of 294.94º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B119BF is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 25 191 -
CMYK 0.07 0.87 0 0.25
HSL 294.94º 0.77% 0.42% -
HSV(B) 294.94º 0.87% 0.75% -
XYZ 27.88 13.8 50.49 -
YUV 89.37 185.36 190.5 -
System Red Green Blue C M Y K H S L
Decimal 177 25 191 0.07 0.87 0 0.25 294.94 0.77 0.42
Hex B1 19 BF 7 57 0 19 127 4D 2A
Octal 261 31 277 7 127 0 31 447 115 52
Binary 10110001 11001 10111111 111 1010111 0 11001 100100111 1001101 101010

Color Harmonies of #B119BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B119BF

Black with #B119BF

Text Example


Text Example

White with #B119BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B119BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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