#BE07A6

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

Shades of Medium Violet Red #BE07A6

Tints of Medium Violet Red #BE07A6

Color information

#BE07A6 (or 0xBE07A6) is unknown color: approx Medium Violet Red. HEX triplet: BE, 07 and A6. RGB value is (190,7,166). Sum of RGB (Red+Green+Blue) = 190+7+166=363 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.34% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 190 - color contains mainly: red. Hex color #BE07A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BE07A6 is #41F859. Grayscale: #4F4F4F. Windows color (decimal): -4323418 or 10880958. OLE color: 10880958.

HSL color Cylindrical-coordinate representation of color #BE07A6: hue angle of 307.87º 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 #BE07A6 is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB1907166-
CMYK00.960.130.25
HSL307.87º92.89%38.63%-
HSV(B)307.87º96.32%74.51%-
XYZ28.1913.8537.26-
YUV79.84176.63206.57-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.34%
GREEN value IS 7 (3.12% from 255) = 1.93%
BLUE value IS 166 (65.23% from 255) = 45.73%
R=52.34%
G=1.93%
B=45.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190716600.960.130.25307.8792.8938.63
HexBE7A6060D191345d27
Octal27672460140153146413547
Binary1011111011110100110011000001101110011001101001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE07A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE07A6; }

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

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

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

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

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

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

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

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