#BB117D

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

Shades of Medium Violet Red #BB117D

Tints of Medium Violet Red #BB117D

Color information

#BB117D (or 0xBB117D) is unknown color: approx Medium Violet Red. HEX triplet: BB, 11 and 7D. RGB value is (187,17,125). Sum of RGB (Red+Green+Blue) = 187+17+125=329 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.84% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 187 - color contains mainly: red. Hex color #BB117D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB117D is #44EE82. Grayscale: #4F4F4F. Windows color (decimal): -4517507 or 8196539. OLE color: 8196539.

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

Color convert

RGB18717125-
CMYK00.910.330.27
HSL321.88º83.33%40%-
HSV(B)321.88º90.91%73.33%-
XYZ24.412.4520.52-
YUV80.14153.32204.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.84%
GREEN value IS 17 (7.03% from 255) = 5.17%
BLUE value IS 125 (49.22% from 255) = 37.99%
R=56.84%
G=5.17%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871712500.910.330.27321.8883.3340
HexBB117D05B211B1425328
Octal273211750133413350212350
Binary1011101110001111110101011011100001110111010000101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB117D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB117D; }

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

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

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

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

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

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

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

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