#B478AA

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

Shades of Bouquet #B478AA

Tints of Bouquet #B478AA

Color information

#B478AA (or 0xB478AA) is unknown color: approx Bouquet. HEX triplet: B4, 78 and AA. RGB value is (180,120,170). Sum of RGB (Red+Green+Blue) = 180+120+170=470 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.30% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 180 - color contains mainly: red. Hex color #B478AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B478AA is #4B8755. Grayscale: #8F8F8F. Windows color (decimal): -4949846 or 11172020. OLE color: 11172020.

HSL color Cylindrical-coordinate representation of color #B478AA: hue angle of 310º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B478AA is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB180120170-
CMYK00.330.060.29
HSL310º28.57%58.82%-
HSV(B)310º33.33%70.59%-
XYZ32.7926.0441.33-
YUV143.64142.88153.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.30%
GREEN value IS 120 (47.27% from 255) = 25.53%
BLUE value IS 170 (66.80% from 255) = 36.17%
R=38.30%
G=25.53%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012017000.330.060.2931028.5758.82
HexB478AA02161D1361d3b
Octal2641702520416354663573
Binary1011010011110001010101001000011101110110011011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B478AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B478AA; }

 p { color: rgb(180,120,170); }

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

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

 a { background-color: rgb(180,120,170); }

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

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

 span { border-color: rgb(180,120,170); }

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