#BF309F

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

Shades of Medium Red Violet #BF309F

Tints of Medium Red Violet #BF309F

Color information

#BF309F (or 0xBF309F) is unknown color: approx Medium Red Violet. HEX triplet: BF, 30 and 9F. RGB value is (191,48,159). Sum of RGB (Red+Green+Blue) = 191+48+159=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF309F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF309F is #40CF60. Grayscale: #676767. Windows color (decimal): -4247393 or 10432703. OLE color: 10432703.

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

Color convert

RGB19148159-
CMYK00.750.170.25
HSL313.43º59.83%46.86%-
HSV(B)313.43º74.87%74.9%-
XYZ28.815.6934.31-
YUV103.41159.38190.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.99%
GREEN value IS 48 (19.14% from 255) = 12.06%
BLUE value IS 159 (62.5% from 255) = 39.95%
R=47.99%
G=12.06%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1914815900.750.170.25313.4359.8346.86
HexBF309F04B11191393c2f
Octal27760237011321314717457
Binary1011111111000010011111010010111000111001100111001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF309F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF309F; }

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

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

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

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

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

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

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

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