#BE256D

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

Shades of Medium Red Violet #BE256D

Tints of Medium Red Violet #BE256D

Color information

#BE256D (or 0xBE256D) is unknown color: approx Medium Red Violet. HEX triplet: BE, 25 and 6D. RGB value is (190,37,109). Sum of RGB (Red+Green+Blue) = 190+37+109=336 (44% of max value = 765). Red value is 190 (74.61% from 255 or 56.55% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 109 (42.97% from 255 or 32.44% from 336); Max value from RGB is 190 - color contains mainly: red. Hex color #BE256D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE256D is #41DA92. Grayscale: #5A5A5A. Windows color (decimal): -4315795 or 7153086. OLE color: 7153086.

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

Color convert

RGB19037109-
CMYK00.810.430.25
HSL331.76º67.4%44.51%-
HSV(B)331.76º80.53%74.51%-
XYZ24.6613.3715.75-
YUV90.96138.19198.65-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 56.55%
GREEN value IS 37 (14.84% from 255) = 11.01%
BLUE value IS 109 (42.97% from 255) = 32.44%
R=56.55%
G=11.01%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1903710900.810.430.25331.7667.444.51
HexBE256D0512B1914c432d
Octal276451550121533151410355
Binary10111110100101110110101010001101011110011010011001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE256D; }

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

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

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

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

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

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

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

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