#BF7FAA

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

Shades of Bouquet #BF7FAA

Tints of Bouquet #BF7FAA

Color information

#BF7FAA (or 0xBF7FAA) is unknown color: approx Bouquet. HEX triplet: BF, 7F and AA. RGB value is (191,127,170). Sum of RGB (Red+Green+Blue) = 191+127+170=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 170 (66.80% from 255 or 34.84% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7FAA is #408055. Grayscale: #969696. Windows color (decimal): -4227158 or 11173823. OLE color: 11173823.

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

Color convert

RGB191127170-
CMYK00.340.110.25
HSL319.69º33.33%62.35%-
HSV(B)319.69º33.51%74.9%-
XYZ36.3329.1641.74-
YUV151.04138.7156.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.14%
GREEN value IS 127 (50% from 255) = 26.02%
BLUE value IS 170 (66.80% from 255) = 34.84%
R=39.14%
G=26.02%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112717000.340.110.25319.6933.3362.35
HexBF7FAA022B19140213e
Octal27717725204213315004176
Binary101111111111111101010100100010101111001101000000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7FAA; }

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

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

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

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

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

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

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

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