#B7148D

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

Shades of Medium Violet Red #B7148D

Tints of Medium Violet Red #B7148D

Color information

#B7148D (or 0xB7148D) is unknown color: approx Medium Violet Red. HEX triplet: B7, 14 and 8D. RGB value is (183,20,141). Sum of RGB (Red+Green+Blue) = 183+20+141=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B7148D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7148D is #48EB72. Grayscale: #525252. Windows color (decimal): -4778867 or 9245879. OLE color: 9245879.

HSL color Cylindrical-coordinate representation of color #B7148D: hue angle of 315.46º degrees, saturation: 0.8, 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 #B7148D is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB18320141-
CMYK00.890.230.28
HSL315.46º80.3%39.8%-
HSV(B)315.46º89.07%71.76%-
XYZ24.5912.4926.31-
YUV82.53161199.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 53.20%
GREEN value IS 20 (8.20% from 255) = 5.81%
BLUE value IS 141 (55.47% from 255) = 40.99%
R=53.20%
G=5.81%
B=40.99%

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
Decimal1832014100.890.230.28315.4680.339.8
HexB7148D059171C13b5028
Octal267242150131273447312050
Binary1011011110100100011010101100110111111001001110111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7148D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7148D; }

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

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

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

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

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

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

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

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