#BE007A

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

Shades of Medium Violet Red #BE007A

Tints of Medium Violet Red #BE007A

Color information

#BE007A (or 0xBE007A) is unknown color: approx Medium Violet Red. HEX triplet: BE, 00 and 7A. RGB value is (190,0,122). Sum of RGB (Red+Green+Blue) = 190+0+122=312 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.90% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 190 - color contains mainly: red. Hex color #BE007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE007A is #41FF85. Grayscale: #464646. Windows color (decimal): -4325254 or 7995582. OLE color: 7995582.

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

Color convert

RGB1900122-
CMYK010.360.25
HSL321.47º100%37.25%-
HSV(B)321.47º100%74.51%-
XYZ24.7512.3519.49-
YUV70.72156.95213.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 122 (48.05% from 255) = 39.10%
R=60.90%
G=0%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1900122010.360.25321.4710037.25
HexBE07A06424191416425
Octal27601720144443150114445
Binary101111100111101001100100100100110011010000011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE007A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE007A; }

 p { color: rgb(190,0,122); }

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

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

 a { background-color: rgb(190,0,122); }

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

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

 span { border-color: rgb(190,0,122); }

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