#BE3F8F

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

Shades of Medium Red Violet #BE3F8F

Tints of Medium Red Violet #BE3F8F

Color information

#BE3F8F (or 0xBE3F8F) is unknown color: approx Medium Red Violet. HEX triplet: BE, 3F and 8F. RGB value is (190,63,143). Sum of RGB (Red+Green+Blue) = 190+63+143=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3F8F is #41C070. Grayscale: #6D6D6D. Windows color (decimal): -4309105 or 9387966. OLE color: 9387966.

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

Color convert

RGB19063143-
CMYK00.670.250.25
HSL322.2º50.2%49.61%-
HSV(B)322.2º66.84%74.51%-
XYZ27.9716.4927.69-
YUV110.09146.58185-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.98%
GREEN value IS 63 (25% from 255) = 15.91%
BLUE value IS 143 (56.25% from 255) = 36.11%
R=47.98%
G=15.91%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906314300.670.250.25322.250.249.61
HexBE3F8F04319191423232
Octal27677217010331315026262
Binary1011111011111110001111010000111100111001101000010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3F8F; }

 p { color: rgb(190,63,143); }

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

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

 a { background-color: rgb(190,63,143); }

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

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

 span { border-color: rgb(190,63,143); }

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