#BB157E

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

Shades of Medium Violet Red #BB157E

Tints of Medium Violet Red #BB157E

Color information

#BB157E (or 0xBB157E) is unknown color: approx Medium Violet Red. HEX triplet: BB, 15 and 7E. RGB value is (187,21,126). Sum of RGB (Red+Green+Blue) = 187+21+126=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB157E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB157E is #44EA81. Grayscale: #525252. Windows color (decimal): -4516482 or 8263099. OLE color: 8263099.

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

Color convert

RGB18721126-
CMYK00.890.330.27
HSL322.05º79.81%40.78%-
HSV(B)322.05º88.77%73.33%-
XYZ24.5312.6120.88-
YUV82.6152.5202.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.99%
GREEN value IS 21 (8.59% from 255) = 6.29%
BLUE value IS 126 (49.61% from 255) = 37.72%
R=55.99%
G=6.29%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872112600.890.330.27322.0579.8140.78
HexBB157E059211B1425029
Octal273251760131413350212051
Binary1011101110101111111001011001100001110111010000101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB157E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB157E; }

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

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

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

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

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

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

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

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