#B575BB

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

Shades of East Side #B575BB

Tints of East Side #B575BB

Color information

#B575BB (or 0xB575BB) is unknown color: approx East Side. HEX triplet: B5, 75 and BB. RGB value is (181,117,187). Sum of RGB (Red+Green+Blue) = 181+117+187=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 187 (73.44% from 255 or 38.56% from 485); Max value from RGB is 187 - color contains mainly: blue. Hex color #B575BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B575BB is #4A8A44. Grayscale: #8F8F8F. Windows color (decimal): -4885061 or 12285365. OLE color: 12285365.

HSL color Cylindrical-coordinate representation of color #B575BB: hue angle of 294.86º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B575BB is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB181117187-
CMYK0.030.3700.27
HSL294.86º33.98%59.61%-
HSV(B)294.86º37.43%73.33%-
XYZ34.3926.1350.25-
YUV144.12152.2154.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.32%
GREEN value IS 117 (46.09% from 255) = 24.12%
BLUE value IS 187 (73.44% from 255) = 38.56%
R=37.32%
G=24.12%
B=38.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811171870.030.3700.27294.8633.9859.61
HexB575BB32501B127223c
Octal2651652733450334474274
Binary1011010111101011011101111100101011011100100111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B575BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B575BB; }

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

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

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

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

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

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

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

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