#B16FA4

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

Shades of Bouquet #B16FA4

Tints of Bouquet #B16FA4

Color information

#B16FA4 (or 0xB16FA4) is unknown color: approx Bouquet. HEX triplet: B1, 6F and A4. RGB value is (177,111,164). Sum of RGB (Red+Green+Blue) = 177+111+164=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 164 (64.45% from 255 or 36.28% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B16FA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16FA4 is #4E905B. Grayscale: #888888. Windows color (decimal): -5148764 or 10776497. OLE color: 10776497.

HSL color Cylindrical-coordinate representation of color #B16FA4: hue angle of 311.82º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B16FA4 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB177111164-
CMYK00.370.070.31
HSL311.82º29.73%56.47%-
HSV(B)311.82º37.29%69.41%-
XYZ30.5223.438.03-
YUV136.78143.37156.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.16%
GREEN value IS 111 (43.75% from 255) = 24.56%
BLUE value IS 164 (64.45% from 255) = 36.28%
R=39.16%
G=24.56%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711116400.370.070.31311.8229.7356.47
HexB16FA402571F1381e38
Octal2611572440457374703670
Binary1011000111011111010010001001011111111110011100011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16FA4; }

 p { color: rgb(177,111,164); }

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

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

 a { background-color: rgb(177,111,164); }

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

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

 span { border-color: rgb(177,111,164); }

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