#BE3099

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

Shades of Medium Red Violet #BE3099

Tints of Medium Red Violet #BE3099

Color information

#BE3099 (or 0xBE3099) is unknown color: approx Medium Red Violet. HEX triplet: BE, 30 and 99. RGB value is (190,48,153). Sum of RGB (Red+Green+Blue) = 190+48+153=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 48 (19.14% from 255 or 12.28% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3099 is #41CF66. Grayscale: #666666. Windows color (decimal): -4312935 or 10039486. OLE color: 10039486.

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

Color convert

RGB19048153-
CMYK00.750.190.25
HSL315.63º59.66%46.67%-
HSV(B)315.63º74.74%74.51%-
XYZ28.0415.3631.62-
YUV102.43156.54190.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.59%
GREEN value IS 48 (19.14% from 255) = 12.28%
BLUE value IS 153 (60.16% from 255) = 39.13%
R=48.59%
G=12.28%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904815300.750.190.25315.6359.6646.67
HexBE309904B131913c3c2f
Octal27660231011323314747457
Binary1011111011000010011001010010111001111001100111100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3099; }

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

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

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

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

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

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

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

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