#BE3F8B

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

Shades of Medium Red Violet #BE3F8B

Tints of Medium Red Violet #BE3F8B

Color information

#BE3F8B (or 0xBE3F8B) is unknown color: approx Medium Red Violet. HEX triplet: BE, 3F and 8B. RGB value is (190,63,139). Sum of RGB (Red+Green+Blue) = 190+63+139=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3F8B is #41C074. Grayscale: #6D6D6D. Windows color (decimal): -4309109 or 9125822. OLE color: 9125822.

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

Color convert

RGB19063139-
CMYK00.670.270.25
HSL324.09º50.2%49.61%-
HSV(B)324.09º66.84%74.51%-
XYZ27.6716.3726.13-
YUV109.64144.58185.32-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.47%
GREEN value IS 63 (25% from 255) = 16.07%
BLUE value IS 139 (54.69% from 255) = 35.46%
R=48.47%
G=16.07%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906313900.670.270.25324.0950.249.61
HexBE3F8B0431B191443232
Octal27677213010333315046262
Binary1011111011111110001011010000111101111001101000100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3F8B; }

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

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

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

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

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

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

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

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