#B778A8

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

Shades of Bouquet #B778A8

Tints of Bouquet #B778A8

Color information

#B778A8 (or 0xB778A8) is unknown color: approx Bouquet. HEX triplet: B7, 78 and A8. RGB value is (183,120,168). Sum of RGB (Red+Green+Blue) = 183+120+168=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 183 - color contains mainly: red. Hex color #B778A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B778A8 is #488757. Grayscale: #909090. Windows color (decimal): -4753240 or 11040951. OLE color: 11040951.

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

Color convert

RGB183120168-
CMYK00.340.080.28
HSL314.29º30.43%59.41%-
HSV(B)314.29º34.43%71.76%-
XYZ33.3126.3340.37-
YUV144.31141.37155.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.85%
GREEN value IS 120 (47.27% from 255) = 25.48%
BLUE value IS 168 (66.02% from 255) = 35.67%
R=38.85%
G=25.48%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18312016800.340.080.28314.2930.4359.41
HexB778A802281C13a1e3b
Octal26717025004210344723673
Binary10110111111100010101000010001010001110010011101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B778A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B778A8; }

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

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

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

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

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

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

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

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