#BE36A2

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

Shades of Medium Red Violet #BE36A2

Tints of Medium Red Violet #BE36A2

Color information

#BE36A2 (or 0xBE36A2) is unknown color: approx Medium Red Violet. HEX triplet: BE, 36 and A2. RGB value is (190,54,162). Sum of RGB (Red+Green+Blue) = 190+54+162=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 54 (21.48% from 255 or 13.30% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE36A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE36A2 is #41C95D. Grayscale: #6A6A6A. Windows color (decimal): -4311390 or 10630846. OLE color: 10630846.

HSL color Cylindrical-coordinate representation of color #BE36A2: hue angle of 312.35º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BE36A2 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB19054162-
CMYK00.720.150.25
HSL312.35º55.74%47.84%-
HSV(B)312.35º71.58%74.51%-
XYZ29.0816.1935.78-
YUV106.98159.06187.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.80%
GREEN value IS 54 (21.48% from 255) = 13.30%
BLUE value IS 162 (63.67% from 255) = 39.90%
R=46.80%
G=13.30%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905416200.720.150.25312.3555.7447.84
HexBE36A2048F191383830
Octal27666242011017314707060
Binary101111101101101010001001001000111111001100111000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE36A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE36A2; }

 p { color: rgb(190,54,162); }

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

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

 a { background-color: rgb(190,54,162); }

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

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

 span { border-color: rgb(190,54,162); }

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