#BE2497

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

Shades of Medium Red Violet #BE2497

Tints of Medium Red Violet #BE2497

Color information

#BE2497 (or 0xBE2497) is unknown color: approx Medium Red Violet. HEX triplet: BE, 24 and 97. RGB value is (190,36,151). Sum of RGB (Red+Green+Blue) = 190+36+151=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 151 (59.38% from 255 or 40.05% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE2497 is #41DB68. Grayscale: #5E5E5E. Windows color (decimal): -4316009 or 9905342. OLE color: 9905342.

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

Color convert

RGB19036151-
CMYK00.810.210.25
HSL315.19º68.14%44.31%-
HSV(B)315.19º81.05%74.51%-
XYZ27.4514.4430.62-
YUV95.16159.52195.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.40%
GREEN value IS 36 (14.45% from 255) = 9.55%
BLUE value IS 151 (59.38% from 255) = 40.05%
R=50.40%
G=9.55%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903615100.810.210.25315.1968.1444.31
HexBE2497051151913b442c
Octal276442270121253147310454
Binary10111110100100100101110101000110101110011001110111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2497; }

 p { color: rgb(190,36,151); }

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

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

 a { background-color: rgb(190,36,151); }

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

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

 span { border-color: rgb(190,36,151); }

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