#BF88A1

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

Shades of Viola #BF88A1

Tints of Viola #BF88A1

Color information

#BF88A1 (or 0xBF88A1) is unknown color: approx Viola. HEX triplet: BF, 88 and A1. RGB value is (191,136,161). Sum of RGB (Red+Green+Blue) = 191+136+161=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BF88A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF88A1 is #40775E. Grayscale: #9B9B9B. Windows color (decimal): -4224863 or 10586303. OLE color: 10586303.

HSL color Cylindrical-coordinate representation of color #BF88A1: hue angle of 332.73º 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 #BF88A1 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB191136161-
CMYK00.290.160.25
HSL332.73º30.05%64.12%-
HSV(B)332.73º28.8%74.9%-
XYZ36.7231.2637.82-
YUV155.29131.22153.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.14%
GREEN value IS 136 (53.52% from 255) = 27.87%
BLUE value IS 161 (63.28% from 255) = 32.99%
R=39.14%
G=27.87%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113616100.290.160.25332.7330.0564.12
HexBF88A101D101914d1e40
Octal277210241035203151536100
Binary1011111110001000101000010111011000011001101001101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF88A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF88A1; }

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

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

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

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

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

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

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

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