#B371A6

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

Shades of Bouquet #B371A6

Tints of Bouquet #B371A6

Color information

#B371A6 (or 0xB371A6) is unknown color: approx Bouquet. HEX triplet: B3, 71 and A6. RGB value is (179,113,166). Sum of RGB (Red+Green+Blue) = 179+113+166=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 166 (65.23% from 255 or 36.24% from 458); Max value from RGB is 179 - color contains mainly: red. Hex color #B371A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B371A6 is #4C8E59. Grayscale: #8A8A8A. Windows color (decimal): -5017178 or 10908083. OLE color: 10908083.

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

Color convert

RGB179113166-
CMYK00.370.070.30
HSL311.82º30.28%57.25%-
HSV(B)311.82º36.87%70.2%-
XYZ31.3824.1539.08-
YUV138.78143.37156.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.08%
GREEN value IS 113 (44.53% from 255) = 24.67%
BLUE value IS 166 (65.23% from 255) = 36.24%
R=39.08%
G=24.67%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911316600.370.070.30311.8230.2857.25
HexB371A602571E1381e39
Octal2631612460457364703671
Binary1011001111100011010011001001011111111010011100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B371A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B371A6; }

 p { color: rgb(179,113,166); }

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

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

 a { background-color: rgb(179,113,166); }

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

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

 span { border-color: rgb(179,113,166); }

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