#B878A7

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

Shades of Bouquet #B878A7

Tints of Bouquet #B878A7

Color information

#B878A7 (or 0xB878A7) is unknown color: approx Bouquet. HEX triplet: B8, 78 and A7. RGB value is (184,120,167). Sum of RGB (Red+Green+Blue) = 184+120+167=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 167 (65.62% from 255 or 35.46% from 471); Max value from RGB is 184 - color contains mainly: red. Hex color #B878A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B878A7 is #478758. Grayscale: #909090. Windows color (decimal): -4687705 or 10975416. OLE color: 10975416.

HSL color Cylindrical-coordinate representation of color #B878A7: hue angle of 315.94º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B878A7 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB184120167-
CMYK00.350.090.28
HSL315.94º31.07%59.61%-
HSV(B)315.94º34.78%72.16%-
XYZ33.4626.4139.89-
YUV144.49140.7156.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.07%
GREEN value IS 120 (47.27% from 255) = 25.48%
BLUE value IS 167 (65.62% from 255) = 35.46%
R=39.07%
G=25.48%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412016700.350.090.28315.9431.0759.61
HexB878A702391C13c1f3c
Octal27017024704311344743774
Binary10111000111100010100111010001110011110010011110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B878A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B878A7; }

 p { color: rgb(184,120,167); }

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

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

 a { background-color: rgb(184,120,167); }

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

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

 span { border-color: rgb(184,120,167); }

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