#BB1C88

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

Shades of Medium Violet Red #BB1C88

Tints of Medium Violet Red #BB1C88

Color information

#BB1C88 (or 0xBB1C88) is unknown color: approx Medium Violet Red. HEX triplet: BB, 1C and 88. RGB value is (187,28,136). Sum of RGB (Red+Green+Blue) = 187+28+136=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1C88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1C88 is #44E377. Grayscale: #575757. Windows color (decimal): -4514680 or 8920251. OLE color: 8920251.

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

Color convert

RGB18728136-
CMYK00.850.270.27
HSL319.25º73.95%42.16%-
HSV(B)319.25º85.03%73.33%-
XYZ25.3513.1724.5-
YUV87.85155.18198.72-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.28%
GREEN value IS 28 (11.33% from 255) = 7.98%
BLUE value IS 136 (53.52% from 255) = 38.75%
R=53.28%
G=7.98%
B=38.75%

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
Decimal1872813600.850.270.27319.2573.9542.16
HexBB1C880551B1B13f4a2a
Octal273342100125333347711252
Binary1011101111100100010000101010111011110111001111111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1C88; }

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

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

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

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

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

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

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

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