#BE3682

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

Shades of Medium Red Violet #BE3682

Tints of Medium Red Violet #BE3682

Color information

#BE3682 (or 0xBE3682) is unknown color: approx Medium Red Violet. HEX triplet: BE, 36 and 82. RGB value is (190,54,130). Sum of RGB (Red+Green+Blue) = 190+54+130=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3682 is #41C97D. Grayscale: #676767. Windows color (decimal): -4311422 or 8533694. OLE color: 8533694.

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

Color convert

RGB19054130-
CMYK00.720.320.25
HSL326.47º55.74%47.84%-
HSV(B)326.47º71.58%74.51%-
XYZ26.5815.222.65-
YUV103.33143.06189.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.80%
GREEN value IS 54 (21.48% from 255) = 14.44%
BLUE value IS 130 (51.17% from 255) = 34.76%
R=50.80%
G=14.44%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905413000.720.320.25326.4755.7447.84
HexBE368204820191463830
Octal27666202011040315067060
Binary10111110110110100000100100100010000011001101000110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3682; }

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

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

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

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

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

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

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

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