#BE3370

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

Shades of Medium Red Violet #BE3370

Tints of Medium Red Violet #BE3370

Color information

#BE3370 (or 0xBE3370) is unknown color: approx Medium Red Violet. HEX triplet: BE, 33 and 70. RGB value is (190,51,112). Sum of RGB (Red+Green+Blue) = 190+51+112=353 (46% of max value = 765). Red value is 190 (74.61% from 255 or 53.82% from 353); Green value is 51 (20.31% from 255 or 14.45% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3370 is #41CC8F. Grayscale: #636363. Windows color (decimal): -4312208 or 7353278. OLE color: 7353278.

HSL color Cylindrical-coordinate representation of color #BE3370: hue angle of 333.67º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE3370 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB19051112-
CMYK00.730.410.25
HSL333.67º57.68%47.25%-
HSV(B)333.67º73.16%74.51%-
XYZ25.3414.4816.79-
YUV99.51135.05192.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 53.82%
GREEN value IS 51 (20.31% from 255) = 14.45%
BLUE value IS 112 (44.14% from 255) = 31.73%
R=53.82%
G=14.45%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905111200.730.410.25333.6757.6847.25
HexBE3370049291914e3a2f
Octal27663160011151315167257
Binary1011111011001111100000100100110100111001101001110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3370; }

 p { color: rgb(190,51,112); }

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

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

 a { background-color: rgb(190,51,112); }

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

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

 span { border-color: rgb(190,51,112); }

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