#B474AB

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

Shades of Bouquet #B474AB

Tints of Bouquet #B474AB

Color information

#B474AB (or 0xB474AB) is unknown color: approx Bouquet. HEX triplet: B4, 74 and AB. RGB value is (180,116,171). Sum of RGB (Red+Green+Blue) = 180+116+171=467 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.54% from 467); Green value is 116 (45.70% from 255 or 24.84% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 180 - color contains mainly: red. Hex color #B474AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B474AB is #4B8B54. Grayscale: #8D8D8D. Windows color (decimal): -4950869 or 11236532. OLE color: 11236532.

HSL color Cylindrical-coordinate representation of color #B474AB: hue angle of 308.44º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B474AB is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB180116171-
CMYK00.360.050.29
HSL308.44º29.91%58.04%-
HSV(B)308.44º35.56%70.59%-
XYZ32.4225.1341.67-
YUV141.41144.7155.53-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.54%
GREEN value IS 116 (45.70% from 255) = 24.84%
BLUE value IS 171 (67.19% from 255) = 36.62%
R=38.54%
G=24.84%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011617100.360.050.29308.4429.9158.04
HexB474AB02451D1341e3a
Octal2641642530445354643672
Binary1011010011101001010101101001001011110110011010011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B474AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B474AB; }

 p { color: rgb(180,116,171); }

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

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

 a { background-color: rgb(180,116,171); }

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

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

 span { border-color: rgb(180,116,171); }

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