#BE1C75

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

Shades of Medium Violet Red #BE1C75

Tints of Medium Violet Red #BE1C75

Color information

#BE1C75 (or 0xBE1C75) is unknown color: approx Medium Violet Red. HEX triplet: BE, 1C and 75. RGB value is (190,28,117). Sum of RGB (Red+Green+Blue) = 190+28+117=335 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.72% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1C75 is #41E38A. Grayscale: #565656. Windows color (decimal): -4318091 or 7675070. OLE color: 7675070.

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

Color convert

RGB19028117-
CMYK00.850.380.25
HSL327.04º74.31%42.75%-
HSV(B)327.04º85.26%74.51%-
XYZ24.8613.0618.04-
YUV86.58145.17201.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.72%
GREEN value IS 28 (11.33% from 255) = 8.36%
BLUE value IS 117 (46.09% from 255) = 34.93%
R=56.72%
G=8.36%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902811700.850.380.25327.0474.3142.75
HexBE1C7505526191474a2b
Octal276341650125463150711253
Binary1011111011100111010101010101100110110011010001111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1C75; }

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

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

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

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

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

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

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

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