#B280A3

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

Shades of Bouquet #B280A3

Tints of Bouquet #B280A3

Color information

#B280A3 (or 0xB280A3) is unknown color: approx Bouquet. HEX triplet: B2, 80 and A3. RGB value is (178,128,163). Sum of RGB (Red+Green+Blue) = 178+128+163=469 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.95% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 163 (64.06% from 255 or 34.75% from 469); Max value from RGB is 178 - color contains mainly: red. Hex color #B280A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B280A3 is #4D7F5C. Grayscale: #929292. Windows color (decimal): -5078877 or 10715314. OLE color: 10715314.

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

Color convert

RGB178128163-
CMYK00.280.080.30
HSL318º24.51%60%-
HSV(B)318º28.09%69.8%-
XYZ32.6927.5538.24-
YUV146.94137.06150.15-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.95%
GREEN value IS 128 (50.39% from 255) = 27.29%
BLUE value IS 163 (64.06% from 255) = 34.75%
R=37.95%
G=27.29%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17812816300.280.080.3031824.5160
HexB280A301C81E13e193c
Octal26220024303410364763174
Binary10110010100000001010001101110010001111010011111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B280A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B280A3; }

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

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

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

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

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

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

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

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