#BE3692

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

Shades of Medium Red Violet #BE3692

Tints of Medium Red Violet #BE3692

Color information

#BE3692 (or 0xBE3692) is unknown color: approx Medium Red Violet. HEX triplet: BE, 36 and 92. RGB value is (190,54,146). Sum of RGB (Red+Green+Blue) = 190+54+146=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3692 is #41C96D. Grayscale: #686868. Windows color (decimal): -4311406 or 9582270. OLE color: 9582270.

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

Color convert

RGB19054146-
CMYK00.720.230.25
HSL319.41º55.74%47.84%-
HSV(B)319.41º71.58%74.51%-
XYZ27.7415.6628.75-
YUV105.15151.06188.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.72%
GREEN value IS 54 (21.48% from 255) = 13.85%
BLUE value IS 146 (57.42% from 255) = 37.44%
R=48.72%
G=13.85%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905414600.720.230.25319.4155.7447.84
HexBE3692048171913f3830
Octal27666222011027314777060
Binary1011111011011010010010010010001011111001100111111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3692; }

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

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

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

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

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

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

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

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