#BF88A4

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

Shades of Viola #BF88A4

Tints of Viola #BF88A4

Color information

#BF88A4 (or 0xBF88A4) is unknown color: approx Viola. HEX triplet: BF, 88 and A4. RGB value is (191,136,164). Sum of RGB (Red+Green+Blue) = 191+136+164=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 136 (53.52% from 255 or 27.70% from 491); Blue value is 164 (64.45% from 255 or 33.40% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BF88A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF88A4 is #40775B. Grayscale: #9B9B9B. Windows color (decimal): -4224860 or 10782911. OLE color: 10782911.

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

Color convert

RGB191136164-
CMYK00.290.140.25
HSL329.45º30.05%64.12%-
HSV(B)329.45º28.8%74.9%-
XYZ36.9931.3739.23-
YUV155.64132.72153.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.90%
GREEN value IS 136 (53.52% from 255) = 27.70%
BLUE value IS 164 (64.45% from 255) = 33.40%
R=38.90%
G=27.70%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113616400.290.140.25329.4530.0564.12
HexBF88A401DE191491e40
Octal277210244035163151136100
Binary101111111000100010100100011101111011001101001001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF88A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF88A4; }

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

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

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

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

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

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

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

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