#B778AA

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

Shades of Bouquet #B778AA

Tints of Bouquet #B778AA

Color information

#B778AA (or 0xB778AA) is unknown color: approx Bouquet. HEX triplet: B7, 78 and AA. RGB value is (183,120,170). Sum of RGB (Red+Green+Blue) = 183+120+170=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 183 - color contains mainly: red. Hex color #B778AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B778AA is #488755. Grayscale: #909090. Windows color (decimal): -4753238 or 11172023. OLE color: 11172023.

HSL color Cylindrical-coordinate representation of color #B778AA: hue angle of 312.38º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B778AA is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB183120170-
CMYK00.340.070.28
HSL312.38º30.43%59.41%-
HSV(B)312.38º34.43%71.76%-
XYZ33.526.441.36-
YUV144.54142.37155.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.69%
GREEN value IS 120 (47.27% from 255) = 25.37%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=38.69%
G=25.37%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312017000.340.070.28312.3830.4359.41
HexB778AA02271C1381e3b
Octal2671702520427344703673
Binary1011011111110001010101001000101111110010011100011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B778AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B778AA; }

 p { color: rgb(183,120,170); }

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

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

 a { background-color: rgb(183,120,170); }

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

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

 span { border-color: rgb(183,120,170); }

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