#BE36A1

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

Shades of Medium Red Violet #BE36A1

Tints of Medium Red Violet #BE36A1

Color information

#BE36A1 (or 0xBE36A1) is unknown color: approx Medium Red Violet. HEX triplet: BE, 36 and A1. RGB value is (190,54,161). Sum of RGB (Red+Green+Blue) = 190+54+161=405 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.91% from 405); Green value is 54 (21.48% from 255 or 13.33% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 190 - color contains mainly: red. Hex color #BE36A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE36A1 is #41C95E. Grayscale: #6A6A6A. Windows color (decimal): -4311391 or 10565310. OLE color: 10565310.

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

Color convert

RGB19054161-
CMYK00.720.150.25
HSL312.79º55.74%47.84%-
HSV(B)312.79º71.58%74.51%-
XYZ28.9916.1635.31-
YUV106.86158.56187.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.91%
GREEN value IS 54 (21.48% from 255) = 13.33%
BLUE value IS 161 (63.28% from 255) = 39.75%
R=46.91%
G=13.33%
B=39.75%

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
Decimal1905416100.720.150.25312.7955.7447.84
HexBE36A1048F191393830
Octal27666241011017314717060
Binary101111101101101010000101001000111111001100111001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE36A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE36A1; }

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

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

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

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

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

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

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

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