#B071A4

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

Shades of Bouquet #B071A4

Tints of Bouquet #B071A4

Color information

#B071A4 (or 0xB071A4) is unknown color: approx Bouquet. HEX triplet: B0, 71 and A4. RGB value is (176,113,164). Sum of RGB (Red+Green+Blue) = 176+113+164=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 176 - color contains mainly: red. Hex color #B071A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B071A4 is #4F8E5B. Grayscale: #898989. Windows color (decimal): -5213788 or 10777008. OLE color: 10777008.

HSL color Cylindrical-coordinate representation of color #B071A4: hue angle of 311.43º 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 #B071A4 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB176113164-
CMYK00.360.070.31
HSL311.43º28.51%56.67%-
HSV(B)311.43º35.8%69.02%-
XYZ30.5123.7238.09-
YUV137.65142.87155.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.85%
GREEN value IS 113 (44.53% from 255) = 24.94%
BLUE value IS 164 (64.45% from 255) = 36.20%
R=38.85%
G=24.94%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611316400.360.070.31311.4328.5156.67
HexB071A402471F1371d39
Octal2601612440447374673571
Binary1011000011100011010010001001001111111110011011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B071A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B071A4; }

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

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

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

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

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

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

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

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