#B575A7

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

Shades of Bouquet #B575A7

Tints of Bouquet #B575A7

Color information

#B575A7 (or 0xB575A7) is unknown color: approx Bouquet. HEX triplet: B5, 75 and A7. RGB value is (181,117,167). Sum of RGB (Red+Green+Blue) = 181+117+167=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 181 - color contains mainly: red. Hex color #B575A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B575A7 is #4A8A58. Grayscale: #8D8D8D. Windows color (decimal): -4885081 or 10974645. OLE color: 10974645.

HSL color Cylindrical-coordinate representation of color #B575A7: hue angle of 313.12º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B575A7 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB181117167-
CMYK00.350.080.29
HSL313.12º30.19%58.43%-
HSV(B)313.12º35.36%70.98%-
XYZ32.3925.3439.74-
YUV141.84142.2155.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.92%
GREEN value IS 117 (46.09% from 255) = 25.16%
BLUE value IS 167 (65.62% from 255) = 35.91%
R=38.92%
G=25.16%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111716700.350.080.29313.1230.1958.43
HexB575A702381D1391e3a
Octal26516524704310354713672
Binary10110101111010110100111010001110001110110011100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B575A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B575A7; }

 p { color: rgb(181,117,167); }

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

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

 a { background-color: rgb(181,117,167); }

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

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

 span { border-color: rgb(181,117,167); }

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