#B7387E

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

Shades of Medium Red Violet #B7387E

Tints of Medium Red Violet #B7387E

Color information

#B7387E (or 0xB7387E) is unknown color: approx Medium Red Violet. HEX triplet: B7, 38 and 7E. RGB value is (183,56,126). Sum of RGB (Red+Green+Blue) = 183+56+126=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B7387E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7387E is #48C781. Grayscale: #656565. Windows color (decimal): -4769666 or 8272055. OLE color: 8272055.

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

Color convert

RGB18356126-
CMYK00.690.310.28
HSL326.93º53.14%46.86%-
HSV(B)326.93º69.4%71.76%-
XYZ24.7114.421.22-
YUV101.95141.58185.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.14%
GREEN value IS 56 (22.27% from 255) = 15.34%
BLUE value IS 126 (49.61% from 255) = 34.52%
R=50.14%
G=15.34%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1835612600.690.310.28326.9353.1446.86
HexB7387E0451F1C147352f
Octal26770176010537345076557
Binary101101111110001111110010001011111111100101000111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7387E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7387E; }

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

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

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

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

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

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

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

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