#BB117B

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

Shades of Medium Violet Red #BB117B

Tints of Medium Violet Red #BB117B

Color information

#BB117B (or 0xBB117B) is unknown color: approx Medium Violet Red. HEX triplet: BB, 11 and 7B. RGB value is (187,17,123). Sum of RGB (Red+Green+Blue) = 187+17+123=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB117B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB117B is #44EE84. Grayscale: #4F4F4F. Windows color (decimal): -4517509 or 8065467. OLE color: 8065467.

HSL color Cylindrical-coordinate representation of color #BB117B: hue angle of 322.59º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB117B is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB18717123-
CMYK00.910.340.27
HSL322.59º83.33%40%-
HSV(B)322.59º90.91%73.33%-
XYZ24.2712.419.85-
YUV79.91152.32204.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.19%
GREEN value IS 17 (7.03% from 255) = 5.20%
BLUE value IS 123 (48.44% from 255) = 37.61%
R=57.19%
G=5.20%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871712300.910.340.27322.5983.3340
HexBB117B05B221B1435328
Octal273211730133423350312350
Binary1011101110001111101101011011100010110111010000111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB117B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB117B; }

 p { color: rgb(187,17,123); }

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

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

 a { background-color: rgb(187,17,123); }

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

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

 span { border-color: rgb(187,17,123); }

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