#B487A1

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

Shades of Bouquet #B487A1

Tints of Bouquet #B487A1

Color information

#B487A1 (or 0xB487A1) is unknown color: approx Bouquet. HEX triplet: B4, 87 and A1. RGB value is (180,135,161). Sum of RGB (Red+Green+Blue) = 180+135+161=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B487A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B487A1 is #4B785E. Grayscale: #979797. Windows color (decimal): -4946015 or 10586036. OLE color: 10586036.

HSL color Cylindrical-coordinate representation of color #B487A1: hue angle of 325.33º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B487A1 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB180135161-
CMYK00.250.110.29
HSL325.33º23.08%61.76%-
HSV(B)325.33º25%70.59%-
XYZ33.9229.637.64-
YUV151.42133.41148.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.82%
GREEN value IS 135 (53.12% from 255) = 28.36%
BLUE value IS 161 (63.28% from 255) = 33.82%
R=37.82%
G=28.36%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013516100.250.110.29325.3323.0861.76
HexB487A1019B1D145173e
Octal26420724103113355052776
Binary10110100100001111010000101100110111110110100010110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B487A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B487A1; }

 p { color: rgb(180,135,161); }

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

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

 a { background-color: rgb(180,135,161); }

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

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

 span { border-color: rgb(180,135,161); }

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