#B484A7

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

Shades of Bouquet #B484A7

Tints of Bouquet #B484A7

Color information

#B484A7 (or 0xB484A7) is unknown color: approx Bouquet. HEX triplet: B4, 84 and A7. RGB value is (180,132,167). Sum of RGB (Red+Green+Blue) = 180+132+167=479 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.58% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 167 (65.62% from 255 or 34.86% from 479); Max value from RGB is 180 - color contains mainly: red. Hex color #B484A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B484A7 is #4B7B58. Grayscale: #969696. Windows color (decimal): -4946777 or 10978484. OLE color: 10978484.

HSL color Cylindrical-coordinate representation of color #B484A7: hue angle of 316.25º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B484A7 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB180132167-
CMYK00.270.070.29
HSL316.25º24.24%61.18%-
HSV(B)316.25º26.67%70.59%-
XYZ34.052940.36-
YUV150.34137.4149.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.58%
GREEN value IS 132 (51.95% from 255) = 27.56%
BLUE value IS 167 (65.62% from 255) = 34.86%
R=37.58%
G=27.56%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18013216700.270.070.29316.2524.2461.18
HexB484A701B71D13c183d
Octal2642042470337354743075
Binary1011010010000100101001110110111111110110011110011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B484A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B484A7; }

 p { color: rgb(180,132,167); }

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

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

 a { background-color: rgb(180,132,167); }

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

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

 span { border-color: rgb(180,132,167); }

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