#BF9CA7

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

Shades of Viola #BF9CA7

Tints of Viola #BF9CA7

Color information

#BF9CA7 (or 0xBF9CA7) is unknown color: approx Viola. HEX triplet: BF, 9C and A7. RGB value is (191,156,167). Sum of RGB (Red+Green+Blue) = 191+156+167=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 167 (65.62% from 255 or 32.49% from 514); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9CA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF9CA7 is #406358. Grayscale: #A7A7A7. Windows color (decimal): -4219737 or 10984639. OLE color: 10984639.

HSL color Cylindrical-coordinate representation of color #BF9CA7: hue angle of 341.14º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BF9CA7 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB191156167-
CMYK00.180.130.25
HSL341.14º21.47%68.04%-
HSV(B)341.14º18.32%74.9%-
XYZ40.3537.6441.7-
YUV167.72127.6144.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.16%
GREEN value IS 156 (61.33% from 255) = 30.35%
BLUE value IS 167 (65.62% from 255) = 32.49%
R=37.16%
G=30.35%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115616700.180.130.25341.1421.4768.04
HexBF9CA7012D191551544
Octal277234247022153152525104
Binary101111111001110010100111010010110111001101010101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9CA7; }

 p { color: rgb(191,156,167); }

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

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

 a { background-color: rgb(191,156,167); }

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

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

 span { border-color: rgb(191,156,167); }

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