#b277a3

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

Shades of Bouquet #B277A3

Tints of Bouquet #B277A3

Color information

#B277A3 (or 0xB277A3) is unknown color: approx Bouquet. HEX triplet: B2, 77 and A3. RGB value is (178,119,163). Sum of RGB (Red+Green+Blue) = 178+119+163=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 119 (46.88% from 255 or 25.87% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 178 - color contains mainly: red. Hex color #B277A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B277A3 is #4D885C. Grayscale: #8D8D8D. Windows color (decimal): -5081181 or 10713010. OLE color: 10713010.

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

Color convert

RGB178119163-
CMYK00.330.080.30
HSL315.25º27.7%58.24%-
HSV(B)315.25º33.15%69.8%-
XYZ31.5725.337.87-
YUV141.66140.05153.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.70%
GREEN value IS 119 (46.88% from 255) = 25.87%
BLUE value IS 163 (64.06% from 255) = 35.43%
R=38.70%
G=25.87%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811916300.330.080.30315.2527.758.24
HexB277A302181E13b1c3a
Octal26216724304110364733472
Binary10110010111011110100011010000110001111010011101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b277a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b277a3; }

 p { color: rgb(178,119,163); }

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

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

 a { background-color: rgb(178,119,163); }

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

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

 span { border-color: rgb(178,119,163); }

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