#BE1D88

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

Shades of Medium Violet Red #BE1D88

Tints of Medium Violet Red #BE1D88

Color information

#BE1D88 (or 0xBE1D88) is unknown color: approx Medium Violet Red. HEX triplet: BE, 1D and 88. RGB value is (190,29,136). Sum of RGB (Red+Green+Blue) = 190+29+136=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 29 (11.72% from 255 or 8.17% from 355); Blue value is 136 (53.52% from 255 or 38.31% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1D88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE1D88 is #41E277. Grayscale: #595959. Windows color (decimal): -4317816 or 8920510. OLE color: 8920510.

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

Color convert

RGB19029136-
CMYK00.850.280.25
HSL320.12º73.52%42.94%-
HSV(B)320.12º84.74%74.51%-
XYZ26.1213.624.54-
YUV89.34154.34199.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.52%
GREEN value IS 29 (11.72% from 255) = 8.17%
BLUE value IS 136 (53.52% from 255) = 38.31%
R=53.52%
G=8.17%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902913600.850.280.25320.1273.5242.94
HexBE1D880551C191404a2b
Octal276352100125343150011253
Binary1011111011101100010000101010111100110011010000001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1D88; }

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

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

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

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

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

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

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

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