#BB179E

Color #BB179E Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BB179E

Tints of Medium Violet Red #BB179E

Color information

#BB179E (or 0xBB179E) is unknown color: approx Medium Violet Red. HEX triplet: BB, 17 and 9E. RGB value is (187,23,158). Sum of RGB (Red+Green+Blue) = 187+23+158=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB179E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB179E is #44E861. Grayscale: #575757. Windows color (decimal): -4515938 or 10360763. OLE color: 10360763.

HSL color Cylindrical-coordinate representation of color #BB179E: hue angle of 310.61º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB179E is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB18723158-
CMYK00.880.160.27
HSL310.61º78.1%41.18%-
HSV(B)310.61º87.7%73.33%-
XYZ26.9713.6533.56-
YUV87.43167.83199.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.82%
GREEN value IS 23 (9.38% from 255) = 6.25%
BLUE value IS 158 (62.11% from 255) = 42.93%
R=50.82%
G=6.25%
B=42.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872315800.880.160.27310.6178.141.18
HexBB179E058101B1374e29
Octal273272360130203346711651
Binary1011101110111100111100101100010000110111001101111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB179E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB179E; }

 p { color: rgb(187,23,158); }

 H1.HeaderClassName
 {
   color: #BB179E;
 }
 .AnyTagClassName
 {
   color: #BB179E;
 }
</style>
background-color css

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

 a { background-color: rgb(187,23,158); }

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

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

 span { border-color: rgb(187,23,158); }

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