#BF96A1

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

Shades of Viola #BF96A1

Tints of Viola #BF96A1

Color information

#BF96A1 (or 0xBF96A1) is unknown color: approx Viola. HEX triplet: BF, 96 and A1. RGB value is (191,150,161). Sum of RGB (Red+Green+Blue) = 191+150+161=502 (66% of max value = 765). Red value is 191 (75% from 255 or 38.05% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 161 (63.28% from 255 or 32.07% from 502); Max value from RGB is 191 - color contains mainly: red. Hex color #BF96A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF96A1 is #40695E. Grayscale: #A3A3A3. Windows color (decimal): -4221279 or 10589887. OLE color: 10589887.

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

Color convert

RGB191150161-
CMYK00.210.160.25
HSL343.9º24.26%66.86%-
HSV(B)343.9º21.47%74.9%-
XYZ38.8335.4638.52-
YUV163.51126.58147.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.05%
GREEN value IS 150 (58.98% from 255) = 29.88%
BLUE value IS 161 (63.28% from 255) = 32.07%
R=38.05%
G=29.88%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19115016100.210.160.25343.924.2666.86
HexBF96A101510191581843
Octal277226241025203153030103
Binary1011111110010110101000010101011000011001101011000110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF96A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF96A1; }

 p { color: rgb(191,150,161); }

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

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

 a { background-color: rgb(191,150,161); }

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

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

 span { border-color: rgb(191,150,161); }

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