#B771A1

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

Shades of Bouquet #B771A1

Tints of Bouquet #B771A1

Color information

#B771A1 (or 0xB771A1) is unknown color: approx Bouquet. HEX triplet: B7, 71 and A1. RGB value is (183,113,161). Sum of RGB (Red+Green+Blue) = 183+113+161=457 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.04% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 183 - color contains mainly: red. Hex color #B771A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B771A1 is #488E5E. Grayscale: #8B8B8B. Windows color (decimal): -4755039 or 10580407. OLE color: 10580407.

HSL color Cylindrical-coordinate representation of color #B771A1: hue angle of 318.86º 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 #B771A1 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB183113161-
CMYK00.380.120.28
HSL318.86º32.71%58.04%-
HSV(B)318.86º38.25%71.76%-
XYZ31.8724.4536.76-
YUV139.4140.19159.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.04%
GREEN value IS 113 (44.53% from 255) = 24.73%
BLUE value IS 161 (63.28% from 255) = 35.23%
R=40.04%
G=24.73%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18311316100.380.120.28318.8632.7158.04
HexB771A1026C1C13f213a
Octal26716124104614344774172
Binary101101111110001101000010100110110011100100111111100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B771A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B771A1; }

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

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

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

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

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

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

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

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