#BE308E

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

Shades of Medium Red Violet #BE308E

Tints of Medium Red Violet #BE308E

Color information

#BE308E (or 0xBE308E) is unknown color: approx Medium Red Violet. HEX triplet: BE, 30 and 8E. RGB value is (190,48,142). Sum of RGB (Red+Green+Blue) = 190+48+142=380 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50% from 380); Green value is 48 (19.14% from 255 or 12.63% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 190 - color contains mainly: red. Hex color #BE308E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE308E is #41CF71. Grayscale: #646464. Windows color (decimal): -4312946 or 9318590. OLE color: 9318590.

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

Color convert

RGB19048142-
CMYK00.750.250.25
HSL320.28º59.66%46.67%-
HSV(B)320.28º74.74%74.51%-
XYZ27.1715.0127.06-
YUV101.17151.04191.36-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50%
GREEN value IS 48 (19.14% from 255) = 12.63%
BLUE value IS 142 (55.86% from 255) = 37.37%
R=50%
G=12.63%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904814200.750.250.25320.2859.6646.67
HexBE308E04B19191403c2f
Octal27660216011331315007457
Binary1011111011000010001110010010111100111001101000000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE308E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE308E; }

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

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

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

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

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

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

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

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