#BE358A

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

Shades of Medium Red Violet #BE358A

Tints of Medium Red Violet #BE358A

Color information

#BE358A (or 0xBE358A) is unknown color: approx Medium Red Violet. HEX triplet: BE, 35 and 8A. RGB value is (190,53,138). Sum of RGB (Red+Green+Blue) = 190+53+138=381 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.87% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 190 - color contains mainly: red. Hex color #BE358A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE358A is #41CA75. Grayscale: #676767. Windows color (decimal): -4311670 or 9057726. OLE color: 9057726.

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

Color convert

RGB19053138-
CMYK00.720.270.25
HSL322.77º56.38%47.65%-
HSV(B)322.77º72.11%74.51%-
XYZ27.115.3325.58-
YUV103.65147.39189.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.87%
GREEN value IS 53 (21.09% from 255) = 13.91%
BLUE value IS 138 (54.30% from 255) = 36.22%
R=49.87%
G=13.91%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905313800.720.270.25322.7756.3847.65
HexBE358A0481B191433830
Octal27665212011033315037060
Binary1011111011010110001010010010001101111001101000011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE358A; }

 p { color: rgb(190,53,138); }

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

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

 a { background-color: rgb(190,53,138); }

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

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

 span { border-color: rgb(190,53,138); }

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