#BE257D

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

Shades of Medium Red Violet #BE257D

Tints of Medium Red Violet #BE257D

Color information

#BE257D (or 0xBE257D) is unknown color: approx Medium Red Violet. HEX triplet: BE, 25 and 7D. RGB value is (190,37,125). Sum of RGB (Red+Green+Blue) = 190+37+125=352 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.98% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 190 - color contains mainly: red. Hex color #BE257D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE257D is #41DA82. Grayscale: #5C5C5C. Windows color (decimal): -4315779 or 8201662. OLE color: 8201662.

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

Color convert

RGB19037125-
CMYK00.810.340.25
HSL325.49º67.4%44.51%-
HSV(B)325.49º80.53%74.51%-
XYZ25.613.7520.71-
YUV92.78146.19197.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.98%
GREEN value IS 37 (14.84% from 255) = 10.51%
BLUE value IS 125 (49.22% from 255) = 35.51%
R=53.98%
G=10.51%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903712500.810.340.25325.4967.444.51
HexBE257D0512219145432d
Octal276451750121423150510355
Binary10111110100101111110101010001100010110011010001011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE257D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE257D; }

 p { color: rgb(190,37,125); }

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

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

 a { background-color: rgb(190,37,125); }

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

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

 span { border-color: rgb(190,37,125); }

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