#B871AD

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

Shades of Bouquet #B871AD

Tints of Bouquet #B871AD

Color information

#B871AD (or 0xB871AD) is unknown color: approx Bouquet. HEX triplet: B8, 71 and AD. RGB value is (184,113,173). Sum of RGB (Red+Green+Blue) = 184+113+173=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 184 - color contains mainly: red. Hex color #B871AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B871AD is #478E52. Grayscale: #8C8C8C. Windows color (decimal): -4689491 or 11366840. OLE color: 11366840.

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

Color convert

RGB184113173-
CMYK00.390.060.28
HSL309.3º33.33%58.24%-
HSV(B)309.3º38.59%72.16%-
XYZ33.2225.0242.61-
YUV141.07146.02158.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.15%
GREEN value IS 113 (44.53% from 255) = 24.04%
BLUE value IS 173 (67.97% from 255) = 36.81%
R=39.15%
G=24.04%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411317300.390.060.28309.333.3358.24
HexB871AD02761C135213a
Octal2701612550476344654172
Binary10111000111000110101101010011111011100100110101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B871AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B871AD; }

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

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

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

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

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

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

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

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