#BE3383

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

Shades of Medium Red Violet #BE3383

Tints of Medium Red Violet #BE3383

Color information

#BE3383 (or 0xBE3383) is unknown color: approx Medium Red Violet. HEX triplet: BE, 33 and 83. RGB value is (190,51,131). Sum of RGB (Red+Green+Blue) = 190+51+131=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 131 (51.56% from 255 or 35.22% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3383 is #41CC7C. Grayscale: #656565. Windows color (decimal): -4312189 or 8598462. OLE color: 8598462.

HSL color Cylindrical-coordinate representation of color #BE3383: hue angle of 325.47º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BE3383 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB19051131-
CMYK00.730.310.25
HSL325.47º57.68%47.25%-
HSV(B)325.47º73.16%74.51%-
XYZ26.5214.9522.96-
YUV101.68144.55191-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.08%
GREEN value IS 51 (20.31% from 255) = 13.71%
BLUE value IS 131 (51.56% from 255) = 35.22%
R=51.08%
G=13.71%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1905113100.730.310.25325.4757.6847.25
HexBE33830491F191453a2f
Octal27663203011137315057257
Binary1011111011001110000011010010011111111001101000101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3383; }

 p { color: rgb(190,51,131); }

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

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

 a { background-color: rgb(190,51,131); }

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

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

 span { border-color: rgb(190,51,131); }

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