#BE347E

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

Shades of Medium Red Violet #BE347E

Tints of Medium Red Violet #BE347E

Color information

#BE347E (or 0xBE347E) is unknown color: approx Medium Red Violet. HEX triplet: BE, 34 and 7E. RGB value is (190,52,126). Sum of RGB (Red+Green+Blue) = 190+52+126=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE347E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE347E is #41CB81. Grayscale: #656565. Windows color (decimal): -4311938 or 8271038. OLE color: 8271038.

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

Color convert

RGB19052126-
CMYK00.730.340.25
HSL327.83º57.02%47.45%-
HSV(B)327.83º72.63%74.51%-
XYZ26.2314.9121.23-
YUV101.7141.72190.98-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.63%
GREEN value IS 52 (20.70% from 255) = 14.13%
BLUE value IS 126 (49.61% from 255) = 34.24%
R=51.63%
G=14.13%
B=34.24%

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
Decimal1905212600.730.340.25327.8357.0247.45
HexBE347E0492219148392f
Octal27664176011142315107157
Binary1011111011010011111100100100110001011001101001000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE347E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE347E; }

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

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

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

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

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

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

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

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