Html Css Color HEX #B119C6 Deep Magenta

📋 copy color: '#B119C6'

red 177 ◦ green 25 ◦ blue 198

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

Shades of Deep Magenta #B119C6

Tints of Deep Magenta #B119C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 49.5%

R = 44.25%
G = 6.25%
B = 49.5%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B119C6 (or 0xB119C6) is known color: Deep Magenta. HEX triplet: B1, 19 and C6. RGB value is (177,25,198). Sum of RGB (Red+Green+Blue) = 177+25+198=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 25 (10.16% from 255 or 6.25% from 400); Blue value is 198 (77.73% from 255 or 49.5% from 400); Max value from RGB is 198 - color contains mainly: blue. Hex color #B119C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B119C6 is #4EE639. Grayscale: #595959. Windows color (decimal): -5170746 or 12982705. OLE color: 12982705.

HSL color Cylindrical-coordinate representation of color #B119C6: hue angle of 292.72º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B119C6 is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 25 198 -
CMYK 0.11 0.87 0 0.22
HSL 292.72º 0.78% 0.44% -
HSV(B) 292.72º 0.87% 0.78% -
XYZ 28.67 14.12 54.64 -
YUV 90.17 188.86 189.93 -
System Red Green Blue C M Y K H S L
Decimal 177 25 198 0.11 0.87 0 0.22 292.72 0.78 0.44
Hex B1 19 C6 B 57 0 16 125 4E 2C
Octal 261 31 306 13 127 0 26 445 116 54
Binary 10110001 11001 11000110 1011 1010111 0 10110 100100101 1001110 101100

Color Harmonies of #B119C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B119C6

Black with #B119C6

Text Example


Text Example

White with #B119C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B119C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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