#B7158D

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

Shades of Medium Violet Red #B7158D

Tints of Medium Violet Red #B7158D

Color information

#B7158D (or 0xB7158D) is unknown color: approx Medium Violet Red. HEX triplet: B7, 15 and 8D. RGB value is (183,21,141). Sum of RGB (Red+Green+Blue) = 183+21+141=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 21 (8.59% from 255 or 6.09% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B7158D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7158D is #48EA72. Grayscale: #525252. Windows color (decimal): -4778611 or 9246135. OLE color: 9246135.

HSL color Cylindrical-coordinate representation of color #B7158D: hue angle of 315.56º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B7158D is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB18321141-
CMYK00.890.230.28
HSL315.56º79.41%40%-
HSV(B)315.56º88.52%71.76%-
XYZ24.612.5326.32-
YUV83.12160.67199.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.04%
GREEN value IS 21 (8.59% from 255) = 6.09%
BLUE value IS 141 (55.47% from 255) = 40.87%
R=53.04%
G=6.09%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832114100.890.230.28315.5679.4140
HexB7158D059171C13c4f28
Octal267252150131273447411750
Binary1011011110101100011010101100110111111001001111001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7158D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7158D; }

 p { color: rgb(183,21,141); }

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

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

 a { background-color: rgb(183,21,141); }

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

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

 span { border-color: rgb(183,21,141); }

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