#BE3696

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

Shades of Medium Red Violet #BE3696

Tints of Medium Red Violet #BE3696

Color information

#BE3696 (or 0xBE3696) is unknown color: approx Medium Red Violet. HEX triplet: BE, 36 and 96. RGB value is (190,54,150). Sum of RGB (Red+Green+Blue) = 190+54+150=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 54 (21.48% from 255 or 13.71% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3696 is #41C969. Grayscale: #696969. Windows color (decimal): -4311402 or 9844414. OLE color: 9844414.

HSL color Cylindrical-coordinate representation of color #BE3696: hue angle of 317.65º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE3696 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB19054150-
CMYK00.720.210.25
HSL317.65º55.74%47.84%-
HSV(B)317.65º71.58%74.51%-
XYZ28.0615.7930.42-
YUV105.61153.06188.19-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.22%
GREEN value IS 54 (21.48% from 255) = 13.71%
BLUE value IS 150 (58.98% from 255) = 38.07%
R=48.22%
G=13.71%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905415000.720.210.25317.6555.7447.84
HexBE3696048151913e3830
Octal27666226011025314767060
Binary1011111011011010010110010010001010111001100111110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3696; }

 p { color: rgb(190,54,150); }

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

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

 a { background-color: rgb(190,54,150); }

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

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

 span { border-color: rgb(190,54,150); }

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