#BE308A

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

Shades of Medium Red Violet #BE308A

Tints of Medium Red Violet #BE308A

Color information

#BE308A (or 0xBE308A) is unknown color: approx Medium Red Violet. HEX triplet: BE, 30 and 8A. RGB value is (190,48,138). Sum of RGB (Red+Green+Blue) = 190+48+138=376 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.53% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 190 - color contains mainly: red. Hex color #BE308A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE308A is #41CF75. Grayscale: #646464. Windows color (decimal): -4312950 or 9056446. OLE color: 9056446.

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

Color convert

RGB19048138-
CMYK00.750.270.25
HSL321.97º59.66%46.67%-
HSV(B)321.97º74.74%74.51%-
XYZ26.8814.925.5-
YUV100.72149.04191.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.53%
GREEN value IS 48 (19.14% from 255) = 12.77%
BLUE value IS 138 (54.30% from 255) = 36.70%
R=50.53%
G=12.77%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904813800.750.270.25321.9759.6646.67
HexBE308A04B1B191423c2f
Octal27660212011333315027457
Binary1011111011000010001010010010111101111001101000010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE308A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE308A; }

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

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

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

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

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

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

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

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