#BF71AC

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

Shades of Bouquet #BF71AC

Tints of Bouquet #BF71AC

Color information

#BF71AC (or 0xBF71AC) is unknown color: approx Bouquet. HEX triplet: BF, 71 and AC. RGB value is (191,113,172). Sum of RGB (Red+Green+Blue) = 191+113+172=476 (63% of max value = 765). Red value is 191 (75% from 255 or 40.13% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 191 - color contains mainly: red. Hex color #BF71AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF71AC is #408E53. Grayscale: #8E8E8E. Windows color (decimal): -4230740 or 11301311. OLE color: 11301311.

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

Color convert

RGB191113172-
CMYK00.410.100.25
HSL314.62º37.86%59.61%-
HSV(B)314.62º40.84%74.9%-
XYZ34.8425.8742.19-
YUV143.05144.34162.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.13%
GREEN value IS 113 (44.53% from 255) = 23.74%
BLUE value IS 172 (67.58% from 255) = 36.13%
R=40.13%
G=23.74%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111317200.410.100.25314.6237.8659.61
HexBF71AC029A1913b263c
Octal27716125405112314734674
Binary101111111110001101011000101001101011001100111011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF71AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF71AC; }

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

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

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

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

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

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

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

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