#BE0275

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

Shades of Medium Violet Red #BE0275

Tints of Medium Violet Red #BE0275

Color information

#BE0275 (or 0xBE0275) is unknown color: approx Medium Violet Red. HEX triplet: BE, 02 and 75. RGB value is (190,2,117). Sum of RGB (Red+Green+Blue) = 190+2+117=309 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.49% from 309); Green value is 2 (1.17% from 255 or 0.65% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0275 is #41FD8A. Grayscale: #474747. Windows color (decimal): -4324747 or 7668414. OLE color: 7668414.

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

Color convert

RGB1902117-
CMYK00.990.380.25
HSL323.3º97.92%37.65%-
HSV(B)323.3º98.95%74.51%-
XYZ24.4712.2717.91-
YUV71.32153.78212.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.49%
GREEN value IS 2 (1.17% from 255) = 0.65%
BLUE value IS 117 (46.09% from 255) = 37.86%
R=61.49%
G=0.65%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190211700.990.380.25323.397.9237.65
HexBE27506326191436226
Octal27621650143463150314246
Binary1011111010111010101100011100110110011010000111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0275; }

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

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

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

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

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

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

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

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