#BE1BAB

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

Shades of Medium Violet Red #BE1BAB

Tints of Medium Violet Red #BE1BAB

Color information

#BE1BAB (or 0xBE1BAB) is unknown color: approx Medium Violet Red. HEX triplet: BE, 1B and AB. RGB value is (190,27,171). Sum of RGB (Red+Green+Blue) = 190+27+171=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 27 (10.94% from 255 or 6.96% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1BAB is #41E454. Grayscale: #5B5B5B. Windows color (decimal): -4318293 or 11213758. OLE color: 11213758.

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

Color convert

RGB19027171-
CMYK00.860.100.25
HSL306.99º75.12%42.55%-
HSV(B)306.99º85.79%74.51%-
XYZ28.9814.6739.83-
YUV92.15172.5197.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.97%
GREEN value IS 27 (10.94% from 255) = 6.96%
BLUE value IS 171 (67.19% from 255) = 44.07%
R=48.97%
G=6.96%
B=44.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902717100.860.100.25306.9975.1242.55
HexBE1BAB056A191334b2b
Octal276332530126123146311353
Binary101111101101110101011010101101010110011001100111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1BAB; }

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

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

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

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

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

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

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

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