#BE0DA4

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

Shades of Medium Violet Red #BE0DA4

Tints of Medium Violet Red #BE0DA4

Color information

#BE0DA4 (or 0xBE0DA4) is unknown color: approx Medium Violet Red. HEX triplet: BE, 0D and A4. RGB value is (190,13,164). Sum of RGB (Red+Green+Blue) = 190+13+164=367 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.77% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 164 (64.45% from 255 or 44.69% from 367); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0DA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE0DA4 is #41F25B. Grayscale: #525252. Windows color (decimal): -4321884 or 10751422. OLE color: 10751422.

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

Color convert

RGB19013164-
CMYK00.930.140.25
HSL308.81º87.19%39.8%-
HSV(B)308.81º93.16%74.51%-
XYZ28.0813.9236.33-
YUV83.14173.64204.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.77%
GREEN value IS 13 (5.47% from 255) = 3.54%
BLUE value IS 164 (64.45% from 255) = 44.69%
R=51.77%
G=3.54%
B=44.69%

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
Decimal1901316400.930.140.25308.8187.1939.8
HexBEDA405DE191355728
Octal276152440135163146512750
Binary10111110110110100100010111011110110011001101011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0DA4; }

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

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

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

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

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

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

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

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