#BF8698

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

Shades of Viola #BF8698

Tints of Viola #BF8698

Color information

#BF8698 (or 0xBF8698) is unknown color: approx Viola. HEX triplet: BF, 86 and 98. RGB value is (191,134,152). Sum of RGB (Red+Green+Blue) = 191+134+152=477 (63% of max value = 765). Red value is 191 (75% from 255 or 40.04% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 152 (59.77% from 255 or 31.87% from 477); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8698 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8698 is #407967. Grayscale: #999999. Windows color (decimal): -4225384 or 9995967. OLE color: 9995967.

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

Color convert

RGB191134152-
CMYK00.300.200.25
HSL341.05º30.81%63.73%-
HSV(B)341.05º29.84%74.9%-
XYZ35.6830.3933.69-
YUV153.1127.38155.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.04%
GREEN value IS 134 (52.73% from 255) = 28.09%
BLUE value IS 152 (59.77% from 255) = 31.87%
R=40.04%
G=28.09%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113415200.300.200.25341.0530.8163.73
HexBF869801E14191551f40
Octal277206230036243152537100
Binary1011111110000110100110000111101010011001101010101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8698; }

 p { color: rgb(191,134,152); }

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

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

 a { background-color: rgb(191,134,152); }

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

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

 span { border-color: rgb(191,134,152); }

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