#BE1C8A

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

Shades of Medium Violet Red #BE1C8A

Tints of Medium Violet Red #BE1C8A

Color information

#BE1C8A (or 0xBE1C8A) is unknown color: approx Medium Violet Red. HEX triplet: BE, 1C and 8A. RGB value is (190,28,138). Sum of RGB (Red+Green+Blue) = 190+28+138=356 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.37% from 356); Green value is 28 (11.33% from 255 or 7.87% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1C8A is #41E375. Grayscale: #585858. Windows color (decimal): -4318070 or 9051326. OLE color: 9051326.

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

Color convert

RGB19028138-
CMYK00.850.270.25
HSL319.26º74.31%42.75%-
HSV(B)319.26º85.26%74.51%-
XYZ26.2413.6125.29-
YUV88.98155.67200.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.37%
GREEN value IS 28 (11.33% from 255) = 7.87%
BLUE value IS 138 (54.30% from 255) = 38.76%
R=53.37%
G=7.87%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902813800.850.270.25319.2674.3142.75
HexBE1C8A0551B1913f4a2b
Octal276342120125333147711253
Binary1011111011100100010100101010111011110011001111111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1C8A; }

 p { color: rgb(190,28,138); }

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

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

 a { background-color: rgb(190,28,138); }

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

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

 span { border-color: rgb(190,28,138); }

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