#BB188B

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

Shades of Medium Violet Red #BB188B

Tints of Medium Violet Red #BB188B

Color information

#BB188B (or 0xBB188B) is unknown color: approx Medium Violet Red. HEX triplet: BB, 18 and 8B. RGB value is (187,24,139). Sum of RGB (Red+Green+Blue) = 187+24+139=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB188B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB188B is #44E774. Grayscale: #555555. Windows color (decimal): -4515701 or 9115835. OLE color: 9115835.

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

Color convert

RGB18724139-
CMYK00.870.260.27
HSL317.67º77.25%41.37%-
HSV(B)317.67º87.17%73.33%-
XYZ25.4813.0825.61-
YUV85.85158200.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.43%
GREEN value IS 24 (9.77% from 255) = 6.86%
BLUE value IS 139 (54.69% from 255) = 39.71%
R=53.43%
G=6.86%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872413900.870.260.27317.6777.2541.37
HexBB188B0571A1B13e4d29
Octal273302130127323347611551
Binary1011101111000100010110101011111010110111001111101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB188B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB188B; }

 p { color: rgb(187,24,139); }

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

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

 a { background-color: rgb(187,24,139); }

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

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

 span { border-color: rgb(187,24,139); }

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