#B276A2

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

Shades of Bouquet #B276A2

Tints of Bouquet #B276A2

Color information

#B276A2 (or 0xB276A2) is unknown color: approx Bouquet. HEX triplet: B2, 76 and A2. RGB value is (178,118,162). Sum of RGB (Red+Green+Blue) = 178+118+162=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 178 - color contains mainly: red. Hex color #B276A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B276A2 is #4D895D. Grayscale: #8C8C8C. Windows color (decimal): -5081438 or 10647218. OLE color: 10647218.

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

Color convert

RGB178118162-
CMYK00.340.090.30
HSL316º28.04%58.04%-
HSV(B)316º33.71%69.8%-
XYZ31.3625.0337.36-
YUV140.96139.88154.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.86%
GREEN value IS 118 (46.48% from 255) = 25.76%
BLUE value IS 162 (63.67% from 255) = 35.37%
R=38.86%
G=25.76%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811816200.340.090.3031628.0458.04
HexB276A202291E13c1c3a
Octal26216624204211364743472
Binary10110010111011010100010010001010011111010011110011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B276A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B276A2; }

 p { color: rgb(178,118,162); }

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

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

 a { background-color: rgb(178,118,162); }

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

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

 span { border-color: rgb(178,118,162); }

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