#B871AA

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

Shades of Bouquet #B871AA

Tints of Bouquet #B871AA

Color information

#B871AA (or 0xB871AA) is unknown color: approx Bouquet. HEX triplet: B8, 71 and AA. RGB value is (184,113,170). Sum of RGB (Red+Green+Blue) = 184+113+170=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 184 - color contains mainly: red. Hex color #B871AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B871AA is #478E55. Grayscale: #8C8C8C. Windows color (decimal): -4689494 or 11170232. OLE color: 11170232.

HSL color Cylindrical-coordinate representation of color #B871AA: hue angle of 311.83º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B871AA is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB184113170-
CMYK00.390.080.28
HSL311.83º33.33%58.24%-
HSV(B)311.83º38.59%72.16%-
XYZ32.9324.941.1-
YUV140.73144.52158.87-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.40%
GREEN value IS 113 (44.53% from 255) = 24.20%
BLUE value IS 170 (66.80% from 255) = 36.40%
R=39.40%
G=24.20%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411317000.390.080.28311.8333.3358.24
HexB871AA02781C138213a
Octal27016125204710344704172
Binary101110001110001101010100100111100011100100111000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B871AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B871AA; }

 p { color: rgb(184,113,170); }

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

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

 a { background-color: rgb(184,113,170); }

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

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

 span { border-color: rgb(184,113,170); }

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