#BE367D

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

Shades of Medium Red Violet #BE367D

Tints of Medium Red Violet #BE367D

Color information

#BE367D (or 0xBE367D) is unknown color: approx Medium Red Violet. HEX triplet: BE, 36 and 7D. RGB value is (190,54,125). Sum of RGB (Red+Green+Blue) = 190+54+125=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE367D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE367D is #41C982. Grayscale: #666666. Windows color (decimal): -4311427 or 8206014. OLE color: 8206014.

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

Color convert

RGB19054125-
CMYK00.720.340.25
HSL328.68º55.74%47.84%-
HSV(B)328.68º71.58%74.51%-
XYZ26.2615.0720.93-
YUV102.76140.56190.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.49%
GREEN value IS 54 (21.48% from 255) = 14.63%
BLUE value IS 125 (49.22% from 255) = 33.88%
R=51.49%
G=14.63%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905412500.720.340.25328.6855.7447.84
HexBE367D04822191493830
Octal27666175011042315117060
Binary1011111011011011111010100100010001011001101001001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE367D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE367D; }

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

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

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

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

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

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

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

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