Html Css Color HEX #B119BD Deep Magenta

📋 copy color: '#B119BD'

red 177 ◦ green 25 ◦ blue 189

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

Shades of Deep Magenta #B119BD

Tints of Deep Magenta #B119BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.34%

R = 45.27%
G = 6.39%
B = 48.34%

CMYK

 C value IS 0.06

 M value IS 0.87

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B119BD (or 0xB119BD) is known color: Deep Magenta. HEX triplet: B1, 19 and BD. RGB value is (177,25,189). Sum of RGB (Red+Green+Blue) = 177+25+189=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #B119BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B119BD is #4EE642. Grayscale: #585858. Windows color (decimal): -5170755 or 12392881. OLE color: 12392881.

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

Color convert

RGB 177 25 189 -
CMYK 0.06 0.87 0 0.26
HSL 295.61º 0.77% 0.42% -
HSV(B) 295.61º 0.87% 0.74% -
XYZ 27.66 13.72 49.33 -
YUV 89.14 184.36 190.66 -
System Red Green Blue C M Y K H S L
Decimal 177 25 189 0.06 0.87 0 0.26 295.61 0.77 0.42
Hex B1 19 BD 6 57 0 1A 128 4D 2A
Octal 261 31 275 6 127 0 32 450 115 52
Binary 10110001 11001 10111101 110 1010111 0 11010 100101000 1001101 101010

Color Harmonies of #B119BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B119BD

Black with #B119BD

Text Example


Text Example

White with #B119BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B119BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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