#BB057F

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

Shades of Medium Violet Red #BB057F

Tints of Medium Violet Red #BB057F

Color information

#BB057F (or 0xBB057F) is unknown color: approx Medium Violet Red. HEX triplet: BB, 05 and 7F. RGB value is (187,5,127). Sum of RGB (Red+Green+Blue) = 187+5+127=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB057F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB057F is #44FA80. Grayscale: #494949. Windows color (decimal): -4520577 or 8324539. OLE color: 8324539.

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

Color convert

RGB1875127-
CMYK00.970.320.27
HSL319.78º94.79%37.65%-
HSV(B)319.78º97.33%73.33%-
XYZ24.3812.2121.15-
YUV73.33158.3209.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.62%
GREEN value IS 5 (2.34% from 255) = 1.57%
BLUE value IS 127 (50% from 255) = 39.81%
R=58.62%
G=1.57%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187512700.970.320.27319.7894.7937.65
HexBB57F061201B1405f26
Octal27351770141403350013746
Binary10111011101111111101100001100000110111010000001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB057F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB057F; }

 p { color: rgb(187,5,127); }

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

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

 a { background-color: rgb(187,5,127); }

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

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

 span { border-color: rgb(187,5,127); }

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