#BE349E

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

Shades of Medium Red Violet #BE349E

Tints of Medium Red Violet #BE349E

Color information

#BE349E (or 0xBE349E) is unknown color: approx Medium Red Violet. HEX triplet: BE, 34 and 9E. RGB value is (190,52,158). Sum of RGB (Red+Green+Blue) = 190+52+158=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 52 (20.70% from 255 or 13% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE349E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE349E is #41CB61. Grayscale: #696969. Windows color (decimal): -4311906 or 10368190. OLE color: 10368190.

HSL color Cylindrical-coordinate representation of color #BE349E: hue angle of 313.91º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE349E is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB19052158-
CMYK00.730.170.25
HSL313.91º57.02%47.45%-
HSV(B)313.91º72.63%74.51%-
XYZ28.6315.8733.9-
YUV105.35157.72188.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.5%
GREEN value IS 52 (20.70% from 255) = 13%
BLUE value IS 158 (62.11% from 255) = 39.5%
R=47.5%
G=13%
B=39.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905215800.730.170.25313.9157.0247.45
HexBE349E049111913a392f
Octal27664236011121314727157
Binary1011111011010010011110010010011000111001100111010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE349E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE349E; }

 p { color: rgb(190,52,158); }

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

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

 a { background-color: rgb(190,52,158); }

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

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

 span { border-color: rgb(190,52,158); }

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