#BE38A5

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

Shades of Medium Red Violet #BE38A5

Tints of Medium Red Violet #BE38A5

Color information

#BE38A5 (or 0xBE38A5) is unknown color: approx Medium Red Violet. HEX triplet: BE, 38 and A5. RGB value is (190,56,165). Sum of RGB (Red+Green+Blue) = 190+56+165=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE38A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE38A5 is #41C75A. Grayscale: #6C6C6C. Windows color (decimal): -4310875 or 10827966. OLE color: 10827966.

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

Color convert

RGB19056165-
CMYK00.710.130.25
HSL311.19º54.47%48.24%-
HSV(B)311.19º70.53%74.51%-
XYZ29.4416.4937.23-
YUV108.49159.89186.14-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.23%
GREEN value IS 56 (22.27% from 255) = 13.63%
BLUE value IS 165 (64.84% from 255) = 40.15%
R=46.23%
G=13.63%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905616500.710.130.25311.1954.4748.24
HexBE38A5047D191373630
Octal27670245010715314676660
Binary101111101110001010010101000111110111001100110111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE38A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE38A5; }

 p { color: rgb(190,56,165); }

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

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

 a { background-color: rgb(190,56,165); }

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

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

 span { border-color: rgb(190,56,165); }

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