#BE3080

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

Shades of Medium Red Violet #BE3080

Tints of Medium Red Violet #BE3080

Color information

#BE3080 (or 0xBE3080) is unknown color: approx Medium Red Violet. HEX triplet: BE, 30 and 80. RGB value is (190,48,128). Sum of RGB (Red+Green+Blue) = 190+48+128=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3080 is #41CF7F. Grayscale: #636363. Windows color (decimal): -4312960 or 8401086. OLE color: 8401086.

HSL color Cylindrical-coordinate representation of color #BE3080: hue angle of 326.2º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BE3080 is Cyan = 0, Magento = 0.75, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB19048128-
CMYK00.750.330.25
HSL326.2º59.66%46.67%-
HSV(B)326.2º74.74%74.51%-
XYZ26.1914.6221.86-
YUV99.58144.04192.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.91%
GREEN value IS 48 (19.14% from 255) = 13.11%
BLUE value IS 128 (50.39% from 255) = 34.97%
R=51.91%
G=13.11%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904812800.750.330.25326.259.6646.67
HexBE308004B21191463c2f
Octal27660200011341315067457
Binary10111110110000100000000100101110000111001101000110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3080; }

 p { color: rgb(190,48,128); }

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

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

 a { background-color: rgb(190,48,128); }

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

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

 span { border-color: rgb(190,48,128); }

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