Html Css Color HEX #B119BE Deep Magenta

📋 copy color: '#B119BE'

red 177 ◦ green 25 ◦ blue 190

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

Shades of Deep Magenta #B119BE

Tints of Deep Magenta #B119BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.47%

R = 45.15%
G = 6.38%
B = 48.47%

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

#B119BE (or 0xB119BE) is known color: Deep Magenta. HEX triplet: B1, 19 and BE. RGB value is (177,25,190). Sum of RGB (Red+Green+Blue) = 177+25+190=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #B119BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B119BE is #4EE641. Grayscale: #585858. Windows color (decimal): -5170754 or 12458417. OLE color: 12458417.

HSL color Cylindrical-coordinate representation of color #B119BE: hue angle of 295.27º 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 #B119BE is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 25 190 -
CMYK 0.07 0.87 0 0.25
HSL 295.27º 0.77% 0.42% -
HSV(B) 295.27º 0.87% 0.75% -
XYZ 27.77 13.76 49.91 -
YUV 89.26 184.86 190.58 -
System Red Green Blue C M Y K H S L
Decimal 177 25 190 0.07 0.87 0 0.25 295.27 0.77 0.42
Hex B1 19 BE 7 57 0 19 127 4D 2A
Octal 261 31 276 7 127 0 31 447 115 52
Binary 10110001 11001 10111110 111 1010111 0 11001 100100111 1001101 101010

Color Harmonies of #B119BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B119BE

Black with #B119BE

Text Example


Text Example

White with #B119BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B119BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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