#BF71AA

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

Shades of Bouquet #BF71AA

Tints of Bouquet #BF71AA

Color information

#BF71AA (or 0xBF71AA) is unknown color: approx Bouquet. HEX triplet: BF, 71 and AA. RGB value is (191,113,170). Sum of RGB (Red+Green+Blue) = 191+113+170=474 (62% of max value = 765). Red value is 191 (75% from 255 or 40.30% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 191 - color contains mainly: red. Hex color #BF71AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF71AA is #408E55. Grayscale: #8E8E8E. Windows color (decimal): -4230742 or 11170239. OLE color: 11170239.

HSL color Cylindrical-coordinate representation of color #BF71AA: hue angle of 316.15º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF71AA is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB191113170-
CMYK00.410.110.25
HSL316.15º37.86%59.61%-
HSV(B)316.15º40.84%74.9%-
XYZ34.6525.7941.18-
YUV142.82143.34162.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.30%
GREEN value IS 113 (44.53% from 255) = 23.84%
BLUE value IS 170 (66.80% from 255) = 35.86%
R=40.30%
G=23.84%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111317000.410.110.25316.1537.8659.61
HexBF71AA029B1913c263c
Octal27716125205113314744674
Binary101111111110001101010100101001101111001100111100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF71AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF71AA; }

 p { color: rgb(191,113,170); }

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

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

 a { background-color: rgb(191,113,170); }

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

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

 span { border-color: rgb(191,113,170); }

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