#BF73A7

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

Shades of Bouquet #BF73A7

Tints of Bouquet #BF73A7

Color information

#BF73A7 (or 0xBF73A7) is unknown color: approx Bouquet. HEX triplet: BF, 73 and A7. RGB value is (191,115,167). Sum of RGB (Red+Green+Blue) = 191+115+167=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 167 (65.62% from 255 or 35.31% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF73A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF73A7 is #408C58. Grayscale: #8F8F8F. Windows color (decimal): -4230233 or 10974143. OLE color: 10974143.

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

Color convert

RGB191115167-
CMYK00.400.130.25
HSL318.95º37.25%60%-
HSV(B)318.95º39.79%74.9%-
XYZ34.5926.1339.78-
YUV143.65141.18161.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.38%
GREEN value IS 115 (45.31% from 255) = 24.31%
BLUE value IS 167 (65.62% from 255) = 35.31%
R=40.38%
G=24.31%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111516700.400.130.25318.9537.2560
HexBF73A7028D1913f253c
Octal27716324705015314774574
Binary101111111110011101001110101000110111001100111111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF73A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF73A7; }

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

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

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

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

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

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

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

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