#B975A7

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

Shades of Bouquet #B975A7

Tints of Bouquet #B975A7

Color information

#B975A7 (or 0xB975A7) is unknown color: approx Bouquet. HEX triplet: B9, 75 and A7. RGB value is (185,117,167). Sum of RGB (Red+Green+Blue) = 185+117+167=469 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.45% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 167 (65.62% from 255 or 35.61% from 469); Max value from RGB is 185 - color contains mainly: red. Hex color #B975A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B975A7 is #468A58. Grayscale: #8E8E8E. Windows color (decimal): -4622937 or 10974649. OLE color: 10974649.

HSL color Cylindrical-coordinate representation of color #B975A7: hue angle of 315.88º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B975A7 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB185117167-
CMYK00.370.100.27
HSL315.88º32.69%59.22%-
HSV(B)315.88º36.76%72.55%-
XYZ33.3425.8339.79-
YUV143.03141.53157.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.45%
GREEN value IS 117 (46.09% from 255) = 24.95%
BLUE value IS 167 (65.62% from 255) = 35.61%
R=39.45%
G=24.95%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511716700.370.100.27315.8832.6959.22
HexB975A7025A1B13c213b
Octal27116524704512334744173
Binary101110011110101101001110100101101011011100111100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B975A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B975A7; }

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

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

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

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

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

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

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

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