#B273A8

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

Shades of Bouquet #B273A8

Tints of Bouquet #B273A8

Color information

#B273A8 (or 0xB273A8) is unknown color: approx Bouquet. HEX triplet: B2, 73 and A8. RGB value is (178,115,168). Sum of RGB (Red+Green+Blue) = 178+115+168=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 115 (45.31% from 255 or 24.95% from 461); Blue value is 168 (66.02% from 255 or 36.44% from 461); Max value from RGB is 178 - color contains mainly: red. Hex color #B273A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B273A8 is #4D8C57. Grayscale: #8B8B8B. Windows color (decimal): -5082200 or 11039666. OLE color: 11039666.

HSL color Cylindrical-coordinate representation of color #B273A8: hue angle of 309.52º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B273A8 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.30.

Color convert

RGB178115168-
CMYK00.350.060.30
HSL309.52º29.03%57.45%-
HSV(B)309.52º35.39%69.8%-
XYZ31.5624.5540.12-
YUV139.88143.87155.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.61%
GREEN value IS 115 (45.31% from 255) = 24.95%
BLUE value IS 168 (66.02% from 255) = 36.44%
R=38.61%
G=24.95%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811516800.350.060.30309.5229.0357.45
HexB273A802361E1361d39
Octal2621632500436364663571
Binary1011001011100111010100001000111101111010011011011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B273A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B273A8; }

 p { color: rgb(178,115,168); }

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

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

 a { background-color: rgb(178,115,168); }

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

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

 span { border-color: rgb(178,115,168); }

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