#BB188A

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

Shades of Medium Violet Red #BB188A

Tints of Medium Violet Red #BB188A

Color information

#BB188A (or 0xBB188A) is unknown color: approx Medium Violet Red. HEX triplet: BB, 18 and 8A. RGB value is (187,24,138). Sum of RGB (Red+Green+Blue) = 187+24+138=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 24 (9.77% from 255 or 6.88% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB188A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB188A is #44E775. Grayscale: #555555. Windows color (decimal): -4515702 or 9050299. OLE color: 9050299.

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

Color convert

RGB18724138-
CMYK00.870.260.27
HSL318.04º77.25%41.37%-
HSV(B)318.04º87.17%73.33%-
XYZ25.4113.0525.23-
YUV85.73157.5200.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.58%
GREEN value IS 24 (9.77% from 255) = 6.88%
BLUE value IS 138 (54.30% from 255) = 39.54%
R=53.58%
G=6.88%
B=39.54%

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
Decimal1872413800.870.260.27318.0477.2541.37
HexBB188A0571A1B13e4d29
Octal273302120127323347611551
Binary1011101111000100010100101011111010110111001111101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB188A; }

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

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

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

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

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

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

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

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