#BE0978

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

Shades of Medium Violet Red #BE0978

Tints of Medium Violet Red #BE0978

Color information

#BE0978 (or 0xBE0978) is unknown color: approx Medium Violet Red. HEX triplet: BE, 09 and 78. RGB value is (190,9,120). Sum of RGB (Red+Green+Blue) = 190+9+120=319 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.56% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0978 is #41F687. Grayscale: #4B4B4B. Windows color (decimal): -4322952 or 7866814. OLE color: 7866814.

HSL color Cylindrical-coordinate representation of color #BE0978: hue angle of 323.2º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BE0978 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB1909120-
CMYK00.950.370.25
HSL323.2º90.95%39.02%-
HSV(B)323.2º95.26%74.51%-
XYZ24.7212.518.88-
YUV75.77152.97209.47-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.56%
GREEN value IS 9 (3.91% from 255) = 2.82%
BLUE value IS 120 (47.27% from 255) = 37.62%
R=59.56%
G=2.82%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190912000.950.370.25323.290.9539.02
HexBE97805F25191435b27
Octal276111700137453150313347
Binary101111101001111100001011111100101110011010000111011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE0978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE0978; }

 p { color: rgb(190,9,120); }

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

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

 a { background-color: rgb(190,9,120); }

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

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

 span { border-color: rgb(190,9,120); }

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