#BE1DAB

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

Shades of Medium Violet Red #BE1DAB

Tints of Medium Violet Red #BE1DAB

Color information

#BE1DAB (or 0xBE1DAB) is unknown color: approx Medium Violet Red. HEX triplet: BE, 1D and AB. RGB value is (190,29,171). Sum of RGB (Red+Green+Blue) = 190+29+171=390 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.72% from 390); Green value is 29 (11.72% from 255 or 7.44% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1DAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1DAB is #41E254. Grayscale: #5C5C5C. Windows color (decimal): -4317781 or 11214270. OLE color: 11214270.

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

Color convert

RGB19029171-
CMYK00.850.100.25
HSL307.08º73.52%42.94%-
HSV(B)307.08º84.74%74.51%-
XYZ29.0314.7739.85-
YUV93.33171.84196.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.72%
GREEN value IS 29 (11.72% from 255) = 7.44%
BLUE value IS 171 (67.19% from 255) = 43.85%
R=48.72%
G=7.44%
B=43.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902917100.850.100.25307.0873.5242.94
HexBE1DAB055A191334a2b
Octal276352530125123146311253
Binary101111101110110101011010101011010110011001100111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1DAB; }

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

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

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

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

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

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

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

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