#BE347D

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

Shades of Medium Red Violet #BE347D

Tints of Medium Red Violet #BE347D

Color information

#BE347D (or 0xBE347D) is unknown color: approx Medium Red Violet. HEX triplet: BE, 34 and 7D. RGB value is (190,52,125). Sum of RGB (Red+Green+Blue) = 190+52+125=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 52 (20.70% from 255 or 14.17% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE347D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE347D is #41CB82. Grayscale: #656565. Windows color (decimal): -4311939 or 8205502. OLE color: 8205502.

HSL color Cylindrical-coordinate representation of color #BE347D: hue angle of 328.26º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE347D is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB19052125-
CMYK00.730.340.25
HSL328.26º57.02%47.45%-
HSV(B)328.26º72.63%74.51%-
XYZ26.1614.8820.9-
YUV101.58141.22191.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.77%
GREEN value IS 52 (20.70% from 255) = 14.17%
BLUE value IS 125 (49.22% from 255) = 34.06%
R=51.77%
G=14.17%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905212500.730.340.25328.2657.0247.45
HexBE347D0492219148392f
Octal27664175011142315107157
Binary1011111011010011111010100100110001011001101001000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE347D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE347D; }

 p { color: rgb(190,52,125); }

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

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

 a { background-color: rgb(190,52,125); }

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

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

 span { border-color: rgb(190,52,125); }

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