#BE3695

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

Shades of Medium Red Violet #BE3695

Tints of Medium Red Violet #BE3695

Color information

#BE3695 (or 0xBE3695) is unknown color: approx Medium Red Violet. HEX triplet: BE, 36 and 95. RGB value is (190,54,149). Sum of RGB (Red+Green+Blue) = 190+54+149=393 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.35% from 393); Green value is 54 (21.48% from 255 or 13.74% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3695 is #41C96A. Grayscale: #696969. Windows color (decimal): -4311403 or 9778878. OLE color: 9778878.

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

Color convert

RGB19054149-
CMYK00.720.220.25
HSL318.09º55.74%47.84%-
HSV(B)318.09º71.58%74.51%-
XYZ27.9815.7630-
YUV105.49152.56188.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.35%
GREEN value IS 54 (21.48% from 255) = 13.74%
BLUE value IS 149 (58.59% from 255) = 37.91%
R=48.35%
G=13.74%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905414900.720.220.25318.0955.7447.84
HexBE3695048161913e3830
Octal27666225011026314767060
Binary1011111011011010010101010010001011011001100111110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3695; }

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

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

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

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

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

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

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

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