#B0157D

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

Shades of Medium Violet Red #B0157D

Tints of Medium Violet Red #B0157D

Color information

#B0157D (or 0xB0157D) is unknown color: approx Medium Violet Red. HEX triplet: B0, 15 and 7D. RGB value is (176,21,125). Sum of RGB (Red+Green+Blue) = 176+21+125=322 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.66% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 176 - color contains mainly: red. Hex color #B0157D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0157D is #4FEA82. Grayscale: #4E4E4E. Windows color (decimal): -5237379 or 8197552. OLE color: 8197552.

HSL color Cylindrical-coordinate representation of color #B0157D: hue angle of 319.74º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0157D is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB17621125-
CMYK00.880.290.31
HSL319.74º78.68%38.63%-
HSV(B)319.74º88.07%69.02%-
XYZ21.8711.2520.42-
YUV79.2153.85197.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 54.66%
GREEN value IS 21 (8.59% from 255) = 6.52%
BLUE value IS 125 (49.22% from 255) = 38.82%
R=54.66%
G=6.52%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762112500.880.290.31319.7478.6838.63
HexB0157D0581D1F1404f27
Octal260251750130353750011747
Binary101100001010111111010101100011101111111010000001001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0157D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0157D; }

 p { color: rgb(176,21,125); }

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

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

 a { background-color: rgb(176,21,125); }

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

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

 span { border-color: rgb(176,21,125); }

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