#BE1DA3

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

Shades of Medium Violet Red #BE1DA3

Tints of Medium Violet Red #BE1DA3

Color information

#BE1DA3 (or 0xBE1DA3) is unknown color: approx Medium Violet Red. HEX triplet: BE, 1D and A3. RGB value is (190,29,163). Sum of RGB (Red+Green+Blue) = 190+29+163=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 163 (64.06% from 255 or 42.67% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1DA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1DA3 is #41E25C. Grayscale: #5C5C5C. Windows color (decimal): -4317789 or 10689982. OLE color: 10689982.

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

Color convert

RGB19029163-
CMYK00.850.140.25
HSL310.06º73.52%42.94%-
HSV(B)310.06º84.74%74.51%-
XYZ28.2914.4735.95-
YUV92.42167.84197.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.74%
GREEN value IS 29 (11.72% from 255) = 7.59%
BLUE value IS 163 (64.06% from 255) = 42.67%
R=49.74%
G=7.59%
B=42.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902916300.850.140.25310.0673.5242.94
HexBE1DA3055E191364a2b
Octal276352430125163146611253
Binary101111101110110100011010101011110110011001101101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1DA3; }

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

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

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

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

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

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

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

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