#BE309D

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

Shades of Medium Red Violet #BE309D

Tints of Medium Red Violet #BE309D

Color information

#BE309D (or 0xBE309D) is unknown color: approx Medium Red Violet. HEX triplet: BE, 30 and 9D. RGB value is (190,48,157). Sum of RGB (Red+Green+Blue) = 190+48+157=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE309D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE309D is #41CF62. Grayscale: #666666. Windows color (decimal): -4312931 or 10301630. OLE color: 10301630.

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

Color convert

RGB19048157-
CMYK00.750.170.25
HSL313.94º59.66%46.67%-
HSV(B)313.94º74.74%74.51%-
XYZ28.3815.533.39-
YUV102.88158.54190.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.10%
GREEN value IS 48 (19.14% from 255) = 12.15%
BLUE value IS 157 (61.72% from 255) = 39.75%
R=48.10%
G=12.15%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904815700.750.170.25313.9459.6646.67
HexBE309D04B111913a3c2f
Octal27660235011321314727457
Binary1011111011000010011101010010111000111001100111010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE309D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE309D; }

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

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

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

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

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

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

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

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