#b873a8

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

Shades of Bouquet #B873A8

Tints of Bouquet #B873A8

Color information

#B873A8 (or 0xB873A8) is unknown color: approx Bouquet. HEX triplet: B8, 73 and A8. RGB value is (184,115,168). Sum of RGB (Red+Green+Blue) = 184+115+168=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 184 - color contains mainly: red. Hex color #B873A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B873A8 is #478C57. Grayscale: #8D8D8D. Windows color (decimal): -4688984 or 11039672. OLE color: 11039672.

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

Color convert

RGB184115168-
CMYK00.380.090.28
HSL313.91º32.7%58.63%-
HSV(B)313.91º37.5%72.16%-
XYZ32.9725.2840.19-
YUV141.67142.86158.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.40%
GREEN value IS 115 (45.31% from 255) = 24.63%
BLUE value IS 168 (66.02% from 255) = 35.97%
R=39.40%
G=24.63%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411516800.380.090.28313.9132.758.63
HexB873A802691C13a213b
Octal27016325004611344724173
Binary101110001110011101010000100110100111100100111010100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b873a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b873a8; }

 p { color: rgb(184,115,168); }

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

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

 a { background-color: rgb(184,115,168); }

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

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

 span { border-color: rgb(184,115,168); }

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