#BF349F

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

Shades of Medium Red Violet #BF349F

Tints of Medium Red Violet #BF349F

Color information

#BF349F (or 0xBF349F) is unknown color: approx Medium Red Violet. HEX triplet: BF, 34 and 9F. RGB value is (191,52,159). Sum of RGB (Red+Green+Blue) = 191+52+159=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 52 (20.70% from 255 or 12.94% from 402); Blue value is 159 (62.5% from 255 or 39.55% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF349F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF349F is #40CB60. Grayscale: #696969. Windows color (decimal): -4246369 or 10433727. OLE color: 10433727.

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

Color convert

RGB19152159-
CMYK00.730.170.25
HSL313.81º57.2%47.65%-
HSV(B)313.81º72.77%74.9%-
XYZ28.9716.0434.37-
YUV105.76158.05188.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.51%
GREEN value IS 52 (20.70% from 255) = 12.94%
BLUE value IS 159 (62.5% from 255) = 39.55%
R=47.51%
G=12.94%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1915215900.730.170.25313.8157.247.65
HexBF349F049111913a3930
Octal27764237011121314727160
Binary1011111111010010011111010010011000111001100111010111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF349F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF349F; }

 p { color: rgb(191,52,159); }

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

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

 a { background-color: rgb(191,52,159); }

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

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

 span { border-color: rgb(191,52,159); }

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