#B287A2

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

Shades of Bouquet #B287A2

Tints of Bouquet #B287A2

Color information

#B287A2 (or 0xB287A2) is unknown color: approx Bouquet. HEX triplet: B2, 87 and A2. RGB value is (178,135,162). Sum of RGB (Red+Green+Blue) = 178+135+162=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 178 - color contains mainly: red. Hex color #B287A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B287A2 is #4D785D. Grayscale: #969696. Windows color (decimal): -5077086 or 10651570. OLE color: 10651570.

HSL color Cylindrical-coordinate representation of color #B287A2: hue angle of 322.33º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B287A2 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB178135162-
CMYK00.240.090.30
HSL322.33º21.83%61.37%-
HSV(B)322.33º24.16%69.8%-
XYZ33.5529.438.09-
YUV150.93134.25147.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.47%
GREEN value IS 135 (53.12% from 255) = 28.42%
BLUE value IS 162 (63.67% from 255) = 34.11%
R=37.47%
G=28.42%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813516200.240.090.30322.3321.8361.37
HexB287A201891E142163d
Octal26220724203011365022675
Binary10110010100001111010001001100010011111010100001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B287A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B287A2; }

 p { color: rgb(178,135,162); }

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

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

 a { background-color: rgb(178,135,162); }

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

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

 span { border-color: rgb(178,135,162); }

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