#BE05A4

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

Shades of Medium Violet Red #BE05A4

Tints of Medium Violet Red #BE05A4

Color information

#BE05A4 (or 0xBE05A4) is unknown color: approx Medium Violet Red. HEX triplet: BE, 05 and A4. RGB value is (190,5,164). Sum of RGB (Red+Green+Blue) = 190+5+164=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 5 (2.34% from 255 or 1.39% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE05A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE05A4 is #41FA5B. Grayscale: #4D4D4D. Windows color (decimal): -4323932 or 10749374. OLE color: 10749374.

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

Color convert

RGB1905164-
CMYK00.970.140.25
HSL308.43º94.87%38.24%-
HSV(B)308.43º97.37%74.51%-
XYZ27.9913.7436.3-
YUV78.44176.29207.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.92%
GREEN value IS 5 (2.34% from 255) = 1.39%
BLUE value IS 164 (64.45% from 255) = 45.68%
R=52.92%
G=1.39%
B=45.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190516400.970.140.25308.4394.8738.24
HexBE5A4061E191345f26
Octal27652440141163146413746
Binary1011111010110100100011000011110110011001101001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE05A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE05A4; }

 p { color: rgb(190,5,164); }

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

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

 a { background-color: rgb(190,5,164); }

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

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

 span { border-color: rgb(190,5,164); }

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