#BF809F

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

Shades of Viola #BF809F

Tints of Viola #BF809F

Color information

#BF809F (or 0xBF809F) is unknown color: approx Viola. HEX triplet: BF, 80 and 9F. RGB value is (191,128,159). Sum of RGB (Red+Green+Blue) = 191+128+159=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 159 (62.5% from 255 or 33.26% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BF809F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF809F is #407F60. Grayscale: #969696. Windows color (decimal): -4226913 or 10453183. OLE color: 10453183.

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

Color convert

RGB191128159-
CMYK00.330.170.25
HSL330.48º32.98%62.55%-
HSV(B)330.48º32.98%74.9%-
XYZ35.4629.0236.53-
YUV150.37132.87156.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.96%
GREEN value IS 128 (50.39% from 255) = 26.78%
BLUE value IS 159 (62.5% from 255) = 33.26%
R=39.96%
G=26.78%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112815900.330.170.25330.4832.9862.55
HexBF809F021111914a213f
Octal27720023704121315124177
Binary10111111100000001001111101000011000111001101001010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF809F; }

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

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

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

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

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

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

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

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