#BE1A7E

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

Shades of Medium Violet Red #BE1A7E

Tints of Medium Violet Red #BE1A7E

Color information

#BE1A7E (or 0xBE1A7E) is unknown color: approx Medium Violet Red. HEX triplet: BE, 1A and 7E. RGB value is (190,26,126). Sum of RGB (Red+Green+Blue) = 190+26+126=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE1A7E is #41E581. Grayscale: #565656. Windows color (decimal): -4318594 or 8264382. OLE color: 8264382.

HSL color Cylindrical-coordinate representation of color #BE1A7E: hue angle of 323.41º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1A7E is Cyan = 0, Magento = 0.86, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB19026126-
CMYK00.860.340.25
HSL323.41º75.93%42.35%-
HSV(B)323.41º86.32%74.51%-
XYZ25.3713.1920.95-
YUV86.44150.33201.87-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 55.56%
GREEN value IS 26 (10.55% from 255) = 7.60%
BLUE value IS 126 (49.61% from 255) = 36.84%
R=55.56%
G=7.60%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1902612600.860.340.25323.4175.9342.35
HexBE1A7E05622191434c2a
Octal276321760126423150311452
Binary1011111011010111111001010110100010110011010000111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE1A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE1A7E; }

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

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

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

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

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

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

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

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