#BB1C9F

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

Shades of Medium Violet Red #BB1C9F

Tints of Medium Violet Red #BB1C9F

Color information

#BB1C9F (or 0xBB1C9F) is unknown color: approx Medium Violet Red. HEX triplet: BB, 1C and 9F. RGB value is (187,28,159). Sum of RGB (Red+Green+Blue) = 187+28+159=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 28 (11.33% from 255 or 7.49% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1C9F is #44E360. Grayscale: #5A5A5A. Windows color (decimal): -4514657 or 10427579. OLE color: 10427579.

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

Color convert

RGB18728159-
CMYK00.850.150.27
HSL310.57º73.95%42.16%-
HSV(B)310.57º85.03%73.33%-
XYZ27.1713.934.05-
YUV90.48166.68196.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50%
GREEN value IS 28 (11.33% from 255) = 7.49%
BLUE value IS 159 (62.5% from 255) = 42.51%
R=50%
G=7.49%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872815900.850.150.27310.5773.9542.16
HexBB1C9F055F1B1374a2a
Octal273342370125173346711252
Binary101110111110010011111010101011111110111001101111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1C9F; }

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

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

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

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

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

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

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

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