#BF71A7

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

Shades of Bouquet #BF71A7

Tints of Bouquet #BF71A7

Color information

#BF71A7 (or 0xBF71A7) is unknown color: approx Bouquet. HEX triplet: BF, 71 and A7. RGB value is (191,113,167). Sum of RGB (Red+Green+Blue) = 191+113+167=471 (62% of max value = 765). Red value is 191 (75% from 255 or 40.55% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 167 (65.62% from 255 or 35.46% from 471); Max value from RGB is 191 - color contains mainly: red. Hex color #BF71A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF71A7 is #408E58. Grayscale: #8E8E8E. Windows color (decimal): -4230745 or 10973631. OLE color: 10973631.

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

Color convert

RGB191113167-
CMYK00.410.130.25
HSL318.46º37.86%59.61%-
HSV(B)318.46º40.84%74.9%-
XYZ34.3725.6839.7-
YUV142.48141.84162.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.55%
GREEN value IS 113 (44.53% from 255) = 23.99%
BLUE value IS 167 (65.62% from 255) = 35.46%
R=40.55%
G=23.99%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111316700.410.130.25318.4637.8659.61
HexBF71A7029D1913e263c
Octal27716124705115314764674
Binary101111111110001101001110101001110111001100111110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF71A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF71A7; }

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

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

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

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

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

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

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

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