#BE007E

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

Shades of Medium Violet Red #BE007E

Tints of Medium Violet Red #BE007E

Color information

#BE007E (or 0xBE007E) is unknown color: approx Medium Violet Red. HEX triplet: BE, 00 and 7E. RGB value is (190,0,126). Sum of RGB (Red+Green+Blue) = 190+0+126=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE007E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE007E is #41FF81. Grayscale: #464646. Windows color (decimal): -4325250 or 8257726. OLE color: 8257726.

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

Color convert

RGB1900126-
CMYK010.340.25
HSL320.21º100%37.25%-
HSV(B)320.21º100%74.51%-
XYZ2512.4520.82-
YUV71.17158.95212.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 126 (49.61% from 255) = 39.87%
R=60.13%
G=0%
B=39.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1900126010.340.25320.2110037.25
HexBE07E06422191406425
Octal27601760144423150014445
Binary101111100111111001100100100010110011010000001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE007E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE007E; }

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

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

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

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

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

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

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

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