#BF819F

Color #BF819F Viola (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viola #BF819F

Tints of Viola #BF819F

Color information

#BF819F (or 0xBF819F) is unknown color: approx Viola. HEX triplet: BF, 81 and 9F. RGB value is (191,129,159). Sum of RGB (Red+Green+Blue) = 191+129+159=479 (63% of max value = 765). Red value is 191 (75% from 255 or 39.87% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 191 - color contains mainly: red. Hex color #BF819F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF819F is #407E60. Grayscale: #969696. Windows color (decimal): -4226657 or 10453439. OLE color: 10453439.

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

Color convert

RGB191129159-
CMYK00.320.170.25
HSL330.97º32.63%62.75%-
HSV(B)330.97º32.46%74.9%-
XYZ35.5929.2836.58-
YUV150.96132.54156.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.87%
GREEN value IS 129 (50.78% from 255) = 26.93%
BLUE value IS 159 (62.5% from 255) = 33.19%
R=39.87%
G=26.93%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112915900.320.170.25330.9732.6362.75
HexBF819F020111914b213f
Octal27720123704021315134177
Binary10111111100000011001111101000001000111001101001011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF819F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF819F; }

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

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

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

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

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

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

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

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