#BE3475

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

Shades of Medium Red Violet #BE3475

Tints of Medium Red Violet #BE3475

Color information

#BE3475 (or 0xBE3475) is unknown color: approx Medium Red Violet. HEX triplet: BE, 34 and 75. RGB value is (190,52,117). Sum of RGB (Red+Green+Blue) = 190+52+117=359 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.92% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3475 is #41CB8A. Grayscale: #646464. Windows color (decimal): -4311947 or 7681214. OLE color: 7681214.

HSL color Cylindrical-coordinate representation of color #BE3475: hue angle of 331.74º degrees, saturation: 0.57, 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 #BE3475 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB19052117-
CMYK00.730.380.25
HSL331.74º57.02%47.45%-
HSV(B)331.74º72.63%74.51%-
XYZ25.6714.6918.31-
YUV100.67137.22191.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.92%
GREEN value IS 52 (20.70% from 255) = 14.48%
BLUE value IS 117 (46.09% from 255) = 32.59%
R=52.92%
G=14.48%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905211700.730.380.25331.7457.0247.45
HexBE3475049261914c392f
Octal27664165011146315147157
Binary1011111011010011101010100100110011011001101001100111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3475; }

 p { color: rgb(190,52,117); }

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

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

 a { background-color: rgb(190,52,117); }

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

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

 span { border-color: rgb(190,52,117); }

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