#bb177e

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

Shades of Medium Violet Red #BB177E

Tints of Medium Violet Red #BB177E

Color information

#BB177E (or 0xBB177E) is unknown color: approx Medium Violet Red. HEX triplet: BB, 17 and 7E. RGB value is (187,23,126). Sum of RGB (Red+Green+Blue) = 187+23+126=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB177E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB177E is #44E881. Grayscale: #535353. Windows color (decimal): -4515970 or 8263611. OLE color: 8263611.

HSL color Cylindrical-coordinate representation of color #BB177E: hue angle of 322.32º 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 #BB177E is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB18723126-
CMYK00.880.330.27
HSL322.32º78.1%41.18%-
HSV(B)322.32º87.7%73.33%-
XYZ24.5712.6820.89-
YUV83.78151.83201.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.65%
GREEN value IS 23 (9.38% from 255) = 6.85%
BLUE value IS 126 (49.61% from 255) = 37.5%
R=55.65%
G=6.85%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872312600.880.330.27322.3278.141.18
HexBB177E058211B1424e29
Octal273271760130413350211651
Binary1011101110111111111001011000100001110111010000101001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb177e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb177e; }

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

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

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

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

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

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

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

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