#B7197D

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

Shades of Medium Violet Red #B7197D

Tints of Medium Violet Red #B7197D

Color information

#B7197D (or 0xB7197D) is unknown color: approx Medium Violet Red. HEX triplet: B7, 19 and 7D. RGB value is (183,25,125). Sum of RGB (Red+Green+Blue) = 183+25+125=333 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.95% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 183 - color contains mainly: red. Hex color #B7197D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7197D is #48E682. Grayscale: #535353. Windows color (decimal): -4777603 or 8198583. OLE color: 8198583.

HSL color Cylindrical-coordinate representation of color #B7197D: hue angle of 322.03º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7197D is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB18325125-
CMYK00.860.320.28
HSL322.03º75.96%40.78%-
HSV(B)322.03º86.34%71.76%-
XYZ23.5812.2420.52-
YUV83.64151.35198.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 54.95%
GREEN value IS 25 (10.16% from 255) = 7.51%
BLUE value IS 125 (49.22% from 255) = 37.54%
R=54.95%
G=7.51%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832512500.860.320.28322.0375.9640.78
HexB7197D056201C1424c29
Octal267311750126403450211451
Binary1011011111001111110101010110100000111001010000101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7197D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7197D; }

 p { color: rgb(183,25,125); }

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

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

 a { background-color: rgb(183,25,125); }

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

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

 span { border-color: rgb(183,25,125); }

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