#BE0DA3

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

Shades of Medium Violet Red #BE0DA3

Tints of Medium Violet Red #BE0DA3

Color information

#BE0DA3 (or 0xBE0DA3) is unknown color: approx Medium Violet Red. HEX triplet: BE, 0D and A3. RGB value is (190,13,163). Sum of RGB (Red+Green+Blue) = 190+13+163=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 13 (5.47% from 255 or 3.55% from 366); Blue value is 163 (64.06% from 255 or 44.54% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0DA3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0DA3 is #41F25C. Grayscale: #525252. Windows color (decimal): -4321885 or 10685886. OLE color: 10685886.

HSL color Cylindrical-coordinate representation of color #BE0DA3: hue angle of 309.15º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BE0DA3 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB19013163-
CMYK00.930.140.25
HSL309.15º87.19%39.8%-
HSV(B)309.15º93.16%74.51%-
XYZ27.9913.8835.85-
YUV83.02173.14204.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.91%
GREEN value IS 13 (5.47% from 255) = 3.55%
BLUE value IS 163 (64.06% from 255) = 44.54%
R=51.91%
G=3.55%
B=44.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901316300.930.140.25309.1587.1939.8
HexBEDA305DE191355728
Octal276152430135163146512750
Binary10111110110110100011010111011110110011001101011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0DA3; }

 p { color: rgb(190,13,163); }

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

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

 a { background-color: rgb(190,13,163); }

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

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

 span { border-color: rgb(190,13,163); }

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