#BE369B

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

Shades of Medium Red Violet #BE369B

Tints of Medium Red Violet #BE369B

Color information

#BE369B (or 0xBE369B) is unknown color: approx Medium Red Violet. HEX triplet: BE, 36 and 9B. RGB value is (190,54,155). Sum of RGB (Red+Green+Blue) = 190+54+155=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 155 (60.94% from 255 or 38.85% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE369B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE369B is #41C964. Grayscale: #696969. Windows color (decimal): -4311397 or 10172094. OLE color: 10172094.

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

Color convert

RGB19054155-
CMYK00.720.180.25
HSL315.44º55.74%47.84%-
HSV(B)315.44º71.58%74.51%-
XYZ28.4715.9532.59-
YUV106.18155.56187.79-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.62%
GREEN value IS 54 (21.48% from 255) = 13.53%
BLUE value IS 155 (60.94% from 255) = 38.85%
R=47.62%
G=13.53%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905415500.720.180.25315.4455.7447.84
HexBE369B048121913b3830
Octal27666233011022314737060
Binary1011111011011010011011010010001001011001100111011111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE369B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE369B; }

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

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

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

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

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

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

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

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