#BE07A4

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

Shades of Medium Violet Red #BE07A4

Tints of Medium Violet Red #BE07A4

Color information

#BE07A4 (or 0xBE07A4) is unknown color: approx Medium Violet Red. HEX triplet: BE, 07 and A4. RGB value is (190,7,164). Sum of RGB (Red+Green+Blue) = 190+7+164=361 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.63% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 164 (64.45% from 255 or 45.43% from 361); Max value from RGB is 190 - color contains mainly: red. Hex color #BE07A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE07A4 is #41F85B. Grayscale: #4F4F4F. Windows color (decimal): -4323420 or 10749886. OLE color: 10749886.

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

Color convert

RGB1907164-
CMYK00.960.140.25
HSL308.52º92.89%38.63%-
HSV(B)308.52º96.32%74.51%-
XYZ28.0113.7836.31-
YUV79.61175.63206.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.63%
GREEN value IS 7 (3.12% from 255) = 1.94%
BLUE value IS 164 (64.45% from 255) = 45.43%
R=52.63%
G=1.94%
B=45.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190716400.960.140.25308.5292.8938.63
HexBE7A4060E191355d27
Octal27672440140163146513547
Binary1011111011110100100011000001110110011001101011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE07A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE07A4; }

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

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

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

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

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

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

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

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