#b7378d

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

Shades of Medium Red Violet #B7378D

Tints of Medium Red Violet #B7378D

Color information

#B7378D (or 0xB7378D) is unknown color: approx Medium Red Violet. HEX triplet: B7, 37 and 8D. RGB value is (183,55,141). Sum of RGB (Red+Green+Blue) = 183+55+141=379 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.28% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 183 - color contains mainly: red. Hex color #B7378D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7378D is #48C872. Grayscale: #666666. Windows color (decimal): -4769907 or 9254839. OLE color: 9254839.

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

Color convert

RGB18355141-
CMYK00.700.230.28
HSL319.69º53.78%46.67%-
HSV(B)319.69º69.95%71.76%-
XYZ25.714.7226.69-
YUV103.08149.41185.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.28%
GREEN value IS 55 (21.88% from 255) = 14.51%
BLUE value IS 141 (55.47% from 255) = 37.20%
R=48.28%
G=14.51%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835514100.700.230.28319.6953.7846.67
HexB7378D046171C140362f
Octal26767215010627345006657
Binary1011011111011110001101010001101011111100101000000110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7378d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7378d; }

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

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

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

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

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

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

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

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