#BB1A7C

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

Shades of Medium Violet Red #BB1A7C

Tints of Medium Violet Red #BB1A7C

Color information

#BB1A7C (or 0xBB1A7C) is unknown color: approx Medium Violet Red. HEX triplet: BB, 1A and 7C. RGB value is (187,26,124). Sum of RGB (Red+Green+Blue) = 187+26+124=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB1A7C is #44E583. Grayscale: #555555. Windows color (decimal): -4515204 or 8133307. OLE color: 8133307.

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

Color convert

RGB18726124-
CMYK00.860.340.27
HSL323.48º75.59%41.76%-
HSV(B)323.48º86.1%73.33%-
XYZ24.512.7620.24-
YUV85.31149.84200.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.49%
GREEN value IS 26 (10.55% from 255) = 7.72%
BLUE value IS 124 (48.83% from 255) = 36.80%
R=55.49%
G=7.72%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872612400.860.340.27323.4875.5941.76
HexBB1A7C056221B1434c2a
Octal273321740126423350311452
Binary1011101111010111110001010110100010110111010000111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1A7C; }

 p { color: rgb(187,26,124); }

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

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

 a { background-color: rgb(187,26,124); }

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

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

 span { border-color: rgb(187,26,124); }

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