#B582A8

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

Shades of Bouquet #B582A8

Tints of Bouquet #B582A8

Color information

#B582A8 (or 0xB582A8) is unknown color: approx Bouquet. HEX triplet: B5, 82 and A8. RGB value is (181,130,168). Sum of RGB (Red+Green+Blue) = 181+130+168=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 181 - color contains mainly: red. Hex color #B582A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B582A8 is #4A7D57. Grayscale: #959595. Windows color (decimal): -4881752 or 11043509. OLE color: 11043509.

HSL color Cylindrical-coordinate representation of color #B582A8: hue angle of 315.29º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B582A8 is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB181130168-
CMYK00.280.070.29
HSL315.29º25.63%60.98%-
HSV(B)315.29º28.18%70.98%-
XYZ34.1128.6240.77-
YUV149.58138.4150.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.79%
GREEN value IS 130 (51.17% from 255) = 27.14%
BLUE value IS 168 (66.02% from 255) = 35.07%
R=37.79%
G=27.14%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18113016800.280.070.29315.2925.6360.98
HexB582A801C71D13b1a3d
Octal2652022500347354733275
Binary1011010110000010101010000111001111110110011101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B582A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B582A8; }

 p { color: rgb(181,130,168); }

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

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

 a { background-color: rgb(181,130,168); }

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

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

 span { border-color: rgb(181,130,168); }

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