Html Css Color HEX #B119BB Deep Magenta

📋 copy color: '#B119BB'

red 177 ◦ green 25 ◦ blue 187

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

Shades of Deep Magenta #B119BB

Tints of Deep Magenta #B119BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.07%

R = 45.5%
G = 6.43%
B = 48.07%

CMYK

 C value IS 0.05

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B119BB (or 0xB119BB) is known color: Deep Magenta. HEX triplet: B1, 19 and BB. RGB value is (177,25,187). Sum of RGB (Red+Green+Blue) = 177+25+187=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #B119BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B119BB is #4EE644. Grayscale: #585858. Windows color (decimal): -5170757 or 12261809. OLE color: 12261809.

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

Color convert

RGB 177 25 187 -
CMYK 0.05 0.87 0 0.27
HSL 296.3º 0.76% 0.42% -
HSV(B) 296.3º 0.87% 0.73% -
XYZ 27.45 13.63 48.2 -
YUV 88.92 183.36 190.83 -
System Red Green Blue C M Y K H S L
Decimal 177 25 187 0.05 0.87 0 0.27 296.3 0.76 0.42
Hex B1 19 BB 5 57 0 1B 128 4C 2A
Octal 261 31 273 5 127 0 33 450 114 52
Binary 10110001 11001 10111011 101 1010111 0 11011 100101000 1001100 101010

Color Harmonies of #B119BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B119BB

Black with #B119BB

Text Example


Text Example

White with #B119BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B119BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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