#B972AD

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

Shades of Bouquet #B972AD

Tints of Bouquet #B972AD

Color information

#B972AD (or 0xB972AD) is unknown color: approx Bouquet. HEX triplet: B9, 72 and AD. RGB value is (185,114,173). Sum of RGB (Red+Green+Blue) = 185+114+173=472 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.19% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 185 - color contains mainly: red. Hex color #B972AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B972AD is #468D52. Grayscale: #8D8D8D. Windows color (decimal): -4623699 or 11367097. OLE color: 11367097.

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

Color convert

RGB185114173-
CMYK00.380.060.27
HSL310.14º33.65%58.63%-
HSV(B)310.14º38.38%72.55%-
XYZ33.5725.3742.66-
YUV141.95145.52158.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.19%
GREEN value IS 114 (44.92% from 255) = 24.15%
BLUE value IS 173 (67.97% from 255) = 36.65%
R=39.19%
G=24.15%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18511417300.380.060.27310.1433.6558.63
HexB972AD02661B136223b
Octal2711622550466334664273
Binary10111001111001010101101010011011011011100110110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B972AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B972AD; }

 p { color: rgb(185,114,173); }

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

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

 a { background-color: rgb(185,114,173); }

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

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

 span { border-color: rgb(185,114,173); }

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