#BE347A

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

Shades of Medium Red Violet #BE347A

Tints of Medium Red Violet #BE347A

Color information

#BE347A (or 0xBE347A) is unknown color: approx Medium Red Violet. HEX triplet: BE, 34 and 7A. RGB value is (190,52,122). Sum of RGB (Red+Green+Blue) = 190+52+122=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE347A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE347A is #41CB85. Grayscale: #656565. Windows color (decimal): -4311942 or 8008894. OLE color: 8008894.

HSL color Cylindrical-coordinate representation of color #BE347A: hue angle of 329.57º 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 #BE347A is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB19052122-
CMYK00.730.360.25
HSL329.57º57.02%47.45%-
HSV(B)329.57º72.63%74.51%-
XYZ25.9814.8119.9-
YUV101.24139.72191.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.20%
GREEN value IS 52 (20.70% from 255) = 14.29%
BLUE value IS 122 (48.05% from 255) = 33.52%
R=52.20%
G=14.29%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905212200.730.360.25329.5757.0247.45
HexBE347A049241914a392f
Octal27664172011144315127157
Binary1011111011010011110100100100110010011001101001010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE347A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE347A; }

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

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

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

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

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

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

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

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