#BE309C

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

Shades of Medium Red Violet #BE309C

Tints of Medium Red Violet #BE309C

Color information

#BE309C (or 0xBE309C) is unknown color: approx Medium Red Violet. HEX triplet: BE, 30 and 9C. RGB value is (190,48,156). Sum of RGB (Red+Green+Blue) = 190+48+156=394 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.22% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 190 - color contains mainly: red. Hex color #BE309C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE309C is #41CF63. Grayscale: #666666. Windows color (decimal): -4312932 or 10236094. OLE color: 10236094.

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

Color convert

RGB19048156-
CMYK00.750.180.25
HSL314.37º59.66%46.67%-
HSV(B)314.37º74.74%74.51%-
XYZ28.2915.4632.95-
YUV102.77158.04190.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.22%
GREEN value IS 48 (19.14% from 255) = 12.18%
BLUE value IS 156 (61.33% from 255) = 39.59%
R=48.22%
G=12.18%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1904815600.750.180.25314.3759.6646.67
HexBE309C04B121913a3c2f
Octal27660234011322314727457
Binary1011111011000010011100010010111001011001100111010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE309C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE309C; }

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

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

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

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

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

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

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

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