#B771A0

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

Shades of Bouquet #B771A0

Tints of Bouquet #B771A0

Color information

#B771A0 (or 0xB771A0) is unknown color: approx Bouquet. HEX triplet: B7, 71 and A0. RGB value is (183,113,160). Sum of RGB (Red+Green+Blue) = 183+113+160=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 160 (62.89% from 255 or 35.09% from 456); Max value from RGB is 183 - color contains mainly: red. Hex color #B771A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B771A0 is #488E5F. Grayscale: #8B8B8B. Windows color (decimal): -4755040 or 10514871. OLE color: 10514871.

HSL color Cylindrical-coordinate representation of color #B771A0: hue angle of 319.71º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B771A0 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB183113160-
CMYK00.380.130.28
HSL319.71º32.71%58.04%-
HSV(B)319.71º38.25%71.76%-
XYZ31.7824.4236.3-
YUV139.29139.69159.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.13%
GREEN value IS 113 (44.53% from 255) = 24.78%
BLUE value IS 160 (62.89% from 255) = 35.09%
R=40.13%
G=24.78%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311316000.380.130.28319.7132.7158.04
HexB771A0026D1C140213a
Octal26716124004615345004172
Binary101101111110001101000000100110110111100101000000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B771A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B771A0; }

 p { color: rgb(183,113,160); }

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

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

 a { background-color: rgb(183,113,160); }

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

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

 span { border-color: rgb(183,113,160); }

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