#BF78A7

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

Shades of Bouquet #BF78A7

Tints of Bouquet #BF78A7

Color information

#BF78A7 (or 0xBF78A7) is unknown color: approx Bouquet. HEX triplet: BF, 78 and A7. RGB value is (191,120,167). Sum of RGB (Red+Green+Blue) = 191+120+167=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 167 (65.62% from 255 or 34.94% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BF78A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF78A7 is #408758. Grayscale: #929292. Windows color (decimal): -4228953 or 10975423. OLE color: 10975423.

HSL color Cylindrical-coordinate representation of color #BF78A7: hue angle of 320.28º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF78A7 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB191120167-
CMYK00.370.130.25
HSL320.28º35.68%60.98%-
HSV(B)320.28º37.17%74.9%-
XYZ35.1827.339.97-
YUV146.59139.52159.68-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.96%
GREEN value IS 120 (47.27% from 255) = 25.10%
BLUE value IS 167 (65.62% from 255) = 34.94%
R=39.96%
G=25.10%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112016700.370.130.25320.2835.6860.98
HexBF78A7025D19140243d
Octal27717024704515315004475
Binary101111111111000101001110100101110111001101000000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF78A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF78A7; }

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

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

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

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

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

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

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

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