#BB1C89

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

Shades of Medium Violet Red #BB1C89

Tints of Medium Violet Red #BB1C89

Color information

#BB1C89 (or 0xBB1C89) is unknown color: approx Medium Violet Red. HEX triplet: BB, 1C and 89. RGB value is (187,28,137). Sum of RGB (Red+Green+Blue) = 187+28+137=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1C89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1C89 is #44E376. Grayscale: #575757. Windows color (decimal): -4514679 or 8985787. OLE color: 8985787.

HSL color Cylindrical-coordinate representation of color #BB1C89: hue angle of 318.87º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB1C89 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB18728137-
CMYK00.850.270.27
HSL318.87º73.95%42.16%-
HSV(B)318.87º85.03%73.33%-
XYZ25.4213.224.88-
YUV87.97155.68198.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.12%
GREEN value IS 28 (11.33% from 255) = 7.95%
BLUE value IS 137 (53.91% from 255) = 38.92%
R=53.12%
G=7.95%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872813700.850.270.27318.8773.9542.16
HexBB1C890551B1B13f4a2a
Octal273342110125333347711252
Binary1011101111100100010010101010111011110111001111111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1C89; }

 p { color: rgb(187,28,137); }

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

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

 a { background-color: rgb(187,28,137); }

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

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

 span { border-color: rgb(187,28,137); }

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