#B7377E

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

Shades of Medium Red Violet #B7377E

Tints of Medium Red Violet #B7377E

Color information

#B7377E (or 0xB7377E) is unknown color: approx Medium Red Violet. HEX triplet: B7, 37 and 7E. RGB value is (183,55,126). Sum of RGB (Red+Green+Blue) = 183+55+126=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B7377E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7377E is #48C881. Grayscale: #656565. Windows color (decimal): -4769922 or 8271799. OLE color: 8271799.

HSL color Cylindrical-coordinate representation of color #B7377E: hue angle of 326.72º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7377E is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB18355126-
CMYK00.700.310.28
HSL326.72º53.78%46.67%-
HSV(B)326.72º69.95%71.76%-
XYZ24.6614.3121.2-
YUV101.37141.91186.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.27%
GREEN value IS 55 (21.88% from 255) = 15.11%
BLUE value IS 126 (49.61% from 255) = 34.62%
R=50.27%
G=15.11%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835512600.700.310.28326.7253.7846.67
HexB7377E0461F1C147362f
Octal26767176010637345076657
Binary101101111101111111110010001101111111100101000111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7377E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7377E; }

 p { color: rgb(183,55,126); }

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

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

 a { background-color: rgb(183,55,126); }

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

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

 span { border-color: rgb(183,55,126); }

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