#BE3CA3

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

Shades of Medium Red Violet #BE3CA3

Tints of Medium Red Violet #BE3CA3

Color information

#BE3CA3 (or 0xBE3CA3) is unknown color: approx Medium Red Violet. HEX triplet: BE, 3C and A3. RGB value is (190,60,163). Sum of RGB (Red+Green+Blue) = 190+60+163=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 60 (23.83% from 255 or 14.53% from 413); Blue value is 163 (64.06% from 255 or 39.47% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3CA3 is #41C35C. Grayscale: #6E6E6E. Windows color (decimal): -4309853 or 10697918. OLE color: 10697918.

HSL color Cylindrical-coordinate representation of color #BE3CA3: hue angle of 312.46º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE3CA3 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB19060163-
CMYK00.680.140.25
HSL312.46º52%49.02%-
HSV(B)312.46º68.42%74.51%-
XYZ29.4616.8236.34-
YUV110.61157.57184.62-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.00%
GREEN value IS 60 (23.83% from 255) = 14.53%
BLUE value IS 163 (64.06% from 255) = 39.47%
R=46.00%
G=14.53%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906016300.680.140.25312.465249.02
HexBE3CA3044E191383431
Octal27674243010416314706461
Binary101111101111001010001101000100111011001100111000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3CA3; }

 p { color: rgb(190,60,163); }

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

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

 a { background-color: rgb(190,60,163); }

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

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

 span { border-color: rgb(190,60,163); }

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