#BE309A

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

Shades of Medium Red Violet #BE309A

Tints of Medium Red Violet #BE309A

Color information

#BE309A (or 0xBE309A) is unknown color: approx Medium Red Violet. HEX triplet: BE, 30 and 9A. RGB value is (190,48,154). Sum of RGB (Red+Green+Blue) = 190+48+154=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 48 (19.14% from 255 or 12.24% from 392); Blue value is 154 (60.55% from 255 or 39.29% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE309A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE309A is #41CF65. Grayscale: #666666. Windows color (decimal): -4312934 or 10105022. OLE color: 10105022.

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

Color convert

RGB19048154-
CMYK00.750.190.25
HSL315.21º59.66%46.67%-
HSV(B)315.21º74.74%74.51%-
XYZ28.1215.3932.06-
YUV102.54157.04190.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.47%
GREEN value IS 48 (19.14% from 255) = 12.24%
BLUE value IS 154 (60.55% from 255) = 39.29%
R=48.47%
G=12.24%
B=39.29%

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
Decimal1904815400.750.190.25315.2159.6646.67
HexBE309A04B131913b3c2f
Octal27660232011323314737457
Binary1011111011000010011010010010111001111001100111011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE309A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE309A; }

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

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

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

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

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

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

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

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