#BF75A7

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

Shades of Bouquet #BF75A7

Tints of Bouquet #BF75A7

Color information

#BF75A7 (or 0xBF75A7) is unknown color: approx Bouquet. HEX triplet: BF, 75 and A7. RGB value is (191,117,167). Sum of RGB (Red+Green+Blue) = 191+117+167=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 167 (65.62% from 255 or 35.16% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BF75A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF75A7 is #408A58. Grayscale: #909090. Windows color (decimal): -4229721 or 10974655. OLE color: 10974655.

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

Color convert

RGB191117167-
CMYK00.390.130.25
HSL319.46º36.63%60.39%-
HSV(B)319.46º38.74%74.9%-
XYZ34.8226.5939.86-
YUV144.83140.52160.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.21%
GREEN value IS 117 (46.09% from 255) = 24.63%
BLUE value IS 167 (65.62% from 255) = 35.16%
R=40.21%
G=24.63%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111716700.390.130.25319.4636.6360.39
HexBF75A7027D1913f253c
Octal27716524704715314774574
Binary101111111110101101001110100111110111001100111111100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF75A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF75A7; }

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

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

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

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

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

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

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

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