#BE3688

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

Shades of Medium Red Violet #BE3688

Tints of Medium Red Violet #BE3688

Color information

#BE3688 (or 0xBE3688) is unknown color: approx Medium Red Violet. HEX triplet: BE, 36 and 88. RGB value is (190,54,136). Sum of RGB (Red+Green+Blue) = 190+54+136=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 54 (21.48% from 255 or 14.21% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3688 is #41C977. Grayscale: #676767. Windows color (decimal): -4311416 or 8926910. OLE color: 8926910.

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

Color convert

RGB19054136-
CMYK00.720.280.25
HSL323.82º55.74%47.84%-
HSV(B)323.82º71.58%74.51%-
XYZ2715.3624.83-
YUV104.01146.06189.33-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50%
GREEN value IS 54 (21.48% from 255) = 14.21%
BLUE value IS 136 (53.52% from 255) = 35.79%
R=50%
G=14.21%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905413600.720.280.25323.8255.7447.84
HexBE36880481C191443830
Octal27666210011034315047060
Binary1011111011011010001000010010001110011001101000100111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3688; }

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

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

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

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

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

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

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

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