#BE368D

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

Shades of Medium Red Violet #BE368D

Tints of Medium Red Violet #BE368D

Color information

#BE368D (or 0xBE368D) is unknown color: approx Medium Red Violet. HEX triplet: BE, 36 and 8D. RGB value is (190,54,141). Sum of RGB (Red+Green+Blue) = 190+54+141=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE368D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE368D is #41C972. Grayscale: #686868. Windows color (decimal): -4311411 or 9254590. OLE color: 9254590.

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

Color convert

RGB19054141-
CMYK00.720.260.25
HSL321.62º55.74%47.84%-
HSV(B)321.62º71.58%74.51%-
XYZ27.3615.5126.75-
YUV104.58148.56188.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.35%
GREEN value IS 54 (21.48% from 255) = 14.03%
BLUE value IS 141 (55.47% from 255) = 36.62%
R=49.35%
G=14.03%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905414100.720.260.25321.6255.7447.84
HexBE368D0481A191423830
Octal27666215011032315027060
Binary1011111011011010001101010010001101011001101000010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE368D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE368D; }

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

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

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

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

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

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

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

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