#BF879E

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

Shades of Viola #BF879E

Tints of Viola #BF879E

Color information

#BF879E (or 0xBF879E) is unknown color: approx Viola. HEX triplet: BF, 87 and 9E. RGB value is (191,135,158). Sum of RGB (Red+Green+Blue) = 191+135+158=484 (64% of max value = 765). Red value is 191 (75% from 255 or 39.46% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 158 (62.11% from 255 or 32.64% from 484); Max value from RGB is 191 - color contains mainly: red. Hex color #BF879E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF879E is #407861. Grayscale: #9A9A9A. Windows color (decimal): -4225122 or 10389439. OLE color: 10389439.

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

Color convert

RGB191135158-
CMYK00.290.170.25
HSL335.36º30.43%63.92%-
HSV(B)335.36º29.32%74.9%-
XYZ36.3230.8736.39-
YUV154.37130.05154.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.46%
GREEN value IS 135 (53.12% from 255) = 27.89%
BLUE value IS 158 (62.11% from 255) = 32.64%
R=39.46%
G=27.89%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113515800.290.170.25335.3630.4363.92
HexBF879E01D111914f1e40
Octal277207236035213151736100
Binary1011111110000111100111100111011000111001101001111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF879E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF879E; }

 p { color: rgb(191,135,158); }

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

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

 a { background-color: rgb(191,135,158); }

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

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

 span { border-color: rgb(191,135,158); }

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