#BB1574

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

Shades of Medium Violet Red #BB1574

Tints of Medium Violet Red #BB1574

Color information

#BB1574 (or 0xBB1574) is unknown color: approx Medium Violet Red. HEX triplet: BB, 15 and 74. RGB value is (187,21,116). Sum of RGB (Red+Green+Blue) = 187+21+116=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1574 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1574 is #44EA8B. Grayscale: #515151. Windows color (decimal): -4516492 or 7607739. OLE color: 7607739.

HSL color Cylindrical-coordinate representation of color #BB1574: hue angle of 325.66º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1574 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB18721116-
CMYK00.890.380.27
HSL325.66º79.81%40.78%-
HSV(B)325.66º88.77%73.33%-
XYZ23.9112.3617.65-
YUV81.46147.5203.28-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 57.72%
GREEN value IS 21 (8.59% from 255) = 6.48%
BLUE value IS 116 (45.70% from 255) = 35.80%
R=57.72%
G=6.48%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872111600.890.380.27325.6679.8140.78
HexBB1574059261B1465029
Octal273251640131463350612051
Binary1011101110101111010001011001100110110111010001101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1574; }

 p { color: rgb(187,21,116); }

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

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

 a { background-color: rgb(187,21,116); }

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

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

 span { border-color: rgb(187,21,116); }

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