#BE368E

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

Shades of Medium Red Violet #BE368E

Tints of Medium Red Violet #BE368E

Color information

#BE368E (or 0xBE368E) is unknown color: approx Medium Red Violet. HEX triplet: BE, 36 and 8E. RGB value is (190,54,142). Sum of RGB (Red+Green+Blue) = 190+54+142=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE368E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE368E is #41C971. Grayscale: #686868. Windows color (decimal): -4311410 or 9320126. OLE color: 9320126.

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

Color convert

RGB19054142-
CMYK00.720.250.25
HSL321.18º55.74%47.84%-
HSV(B)321.18º71.58%74.51%-
XYZ27.4415.5427.14-
YUV104.7149.06188.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 49.22%
GREEN value IS 54 (21.48% from 255) = 13.99%
BLUE value IS 142 (55.86% from 255) = 36.79%
R=49.22%
G=13.99%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905414200.720.250.25321.1855.7447.84
HexBE368E04819191413830
Octal27666216011031315017060
Binary1011111011011010001110010010001100111001101000001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE368E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE368E; }

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

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

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

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

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

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

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

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