#B071A2

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

Shades of Bouquet #B071A2

Tints of Bouquet #B071A2

Color information

#B071A2 (or 0xB071A2) is unknown color: approx Bouquet. HEX triplet: B0, 71 and A2. RGB value is (176,113,162). Sum of RGB (Red+Green+Blue) = 176+113+162=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 113 (44.53% from 255 or 25.06% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B071A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B071A2 is #4F8E5D. Grayscale: #898989. Windows color (decimal): -5213790 or 10645936. OLE color: 10645936.

HSL color Cylindrical-coordinate representation of color #B071A2: hue angle of 313.33º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B071A2 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB176113162-
CMYK00.360.080.31
HSL313.33º28.51%56.67%-
HSV(B)313.33º35.8%69.02%-
XYZ30.3323.6537.15-
YUV137.42141.87155.52-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.02%
GREEN value IS 113 (44.53% from 255) = 25.06%
BLUE value IS 162 (63.67% from 255) = 35.92%
R=39.02%
G=25.06%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611316200.360.080.31313.3328.5156.67
HexB071A202481F1391d39
Octal26016124204410374713571
Binary10110000111000110100010010010010001111110011100111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B071A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B071A2; }

 p { color: rgb(176,113,162); }

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

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

 a { background-color: rgb(176,113,162); }

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

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

 span { border-color: rgb(176,113,162); }

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