#BF75AA

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

Shades of Bouquet #BF75AA

Tints of Bouquet #BF75AA

Color information

#BF75AA (or 0xBF75AA) is unknown color: approx Bouquet. HEX triplet: BF, 75 and AA. RGB value is (191,117,170). Sum of RGB (Red+Green+Blue) = 191+117+170=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 117 (46.09% from 255 or 24.48% from 478); Blue value is 170 (66.80% from 255 or 35.56% from 478); Max value from RGB is 191 - color contains mainly: red. Hex color #BF75AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF75AA is #408A55. Grayscale: #919191. Windows color (decimal): -4229718 or 11171263. OLE color: 11171263.

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

Color convert

RGB191117170-
CMYK00.390.110.25
HSL317.03º36.63%60.39%-
HSV(B)317.03º38.74%74.9%-
XYZ35.126.741.33-
YUV145.17142.02160.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.96%
GREEN value IS 117 (46.09% from 255) = 24.48%
BLUE value IS 170 (66.80% from 255) = 35.56%
R=39.96%
G=24.48%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111717000.390.110.25317.0336.6360.39
HexBF75AA027B1913d253c
Octal27716525204713314754574
Binary101111111110101101010100100111101111001100111101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF75AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF75AA; }

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

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

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

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

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

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

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

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