#BF3E92

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

Shades of Medium Red Violet #BF3E92

Tints of Medium Red Violet #BF3E92

Color information

#BF3E92 (or 0xBF3E92) is unknown color: approx Medium Red Violet. HEX triplet: BF, 3E and 92. RGB value is (191,62,146). Sum of RGB (Red+Green+Blue) = 191+62+146=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 62 (24.61% from 255 or 15.54% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF3E92 is #40C16D. Grayscale: #6D6D6D. Windows color (decimal): -4243822 or 9584319. OLE color: 9584319.

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

Color convert

RGB19162146-
CMYK00.680.240.25
HSL320.93º50.99%49.61%-
HSV(B)320.93º67.54%74.9%-
XYZ28.416.628.9-
YUV110.15148.24185.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.87%
GREEN value IS 62 (24.61% from 255) = 15.54%
BLUE value IS 146 (57.42% from 255) = 36.59%
R=47.87%
G=15.54%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916214600.680.240.25320.9350.9949.61
HexBF3E9204418191413332
Octal27776222010430315016362
Binary1011111111111010010010010001001100011001101000001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3E92; }

 p { color: rgb(191,62,146); }

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

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

 a { background-color: rgb(191,62,146); }

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

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

 span { border-color: rgb(191,62,146); }

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