#BF279F

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

Shades of Medium Red Violet #BF279F

Tints of Medium Red Violet #BF279F

Color information

#BF279F (or 0xBF279F) is unknown color: approx Medium Red Violet. HEX triplet: BF, 27 and 9F. RGB value is (191,39,159). Sum of RGB (Red+Green+Blue) = 191+39+159=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 39 (15.62% from 255 or 10.03% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF279F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF279F is #40D860. Grayscale: #616161. Windows color (decimal): -4249697 or 10430399. OLE color: 10430399.

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

Color convert

RGB19139159-
CMYK00.800.170.25
HSL312.63º66.09%45.1%-
HSV(B)312.63º79.58%74.9%-
XYZ28.4715.0334.2-
YUV98.13162.36194.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.10%
GREEN value IS 39 (15.62% from 255) = 10.03%
BLUE value IS 159 (62.5% from 255) = 40.87%
R=49.10%
G=10.03%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913915900.800.170.25312.6366.0945.1
HexBF279F0501119139422d
Octal277472370120213147110255
Binary10111111100111100111110101000010001110011001110011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF279F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF279F; }

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

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

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

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

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

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

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

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