#BE048A

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

Shades of Medium Violet Red #BE048A

Tints of Medium Violet Red #BE048A

Color information

#BE048A (or 0xBE048A) is unknown color: approx Medium Violet Red. HEX triplet: BE, 04 and 8A. RGB value is (190,4,138). Sum of RGB (Red+Green+Blue) = 190+4+138=332 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.23% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 190 - color contains mainly: red. Hex color #BE048A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE048A is #41FB75. Grayscale: #4A4A4A. Windows color (decimal): -4324214 or 9045182. OLE color: 9045182.

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

Color convert

RGB1904138-
CMYK00.980.270.25
HSL316.77º95.88%38.04%-
HSV(B)316.77º97.89%74.51%-
XYZ25.8712.8725.17-
YUV74.89163.62210.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.23%
GREEN value IS 4 (1.95% from 255) = 1.20%
BLUE value IS 138 (54.30% from 255) = 41.57%
R=57.23%
G=1.20%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190413800.980.270.25316.7795.8838.04
HexBE48A0621B1913d6026
Octal27642120142333147514046
Binary10111110100100010100110001011011110011001111011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE048A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE048A; }

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

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

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

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

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

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

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

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