#B2759E

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

Shades of Bouquet #B2759E

Tints of Bouquet #B2759E

Color information

#B2759E (or 0xB2759E) is unknown color: approx Bouquet. HEX triplet: B2, 75 and 9E. RGB value is (178,117,158). Sum of RGB (Red+Green+Blue) = 178+117+158=453 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.29% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 178 - color contains mainly: red. Hex color #B2759E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2759E is #4D8A61. Grayscale: #8B8B8B. Windows color (decimal): -5081698 or 10384818. OLE color: 10384818.

HSL color Cylindrical-coordinate representation of color #B2759E: hue angle of 319.67º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B2759E is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB178117158-
CMYK00.340.110.30
HSL319.67º28.37%57.84%-
HSV(B)319.67º34.27%69.8%-
XYZ30.8924.6635.48-
YUV139.91138.21155.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.29%
GREEN value IS 117 (46.09% from 255) = 25.83%
BLUE value IS 158 (62.11% from 255) = 34.88%
R=39.29%
G=25.83%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811715800.340.110.30319.6728.3757.84
HexB2759E022B1E1401c3a
Octal26216523604213365003472
Binary10110010111010110011110010001010111111010100000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2759E; }

 p { color: rgb(178,117,158); }

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

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

 a { background-color: rgb(178,117,158); }

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

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

 span { border-color: rgb(178,117,158); }

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