#B575BC

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

Shades of East Side #B575BC

Tints of East Side #B575BC

Color information

#B575BC (or 0xB575BC) is unknown color: approx East Side. HEX triplet: B5, 75 and BC. RGB value is (181,117,188). Sum of RGB (Red+Green+Blue) = 181+117+188=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #B575BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B575BC is #4A8A43. Grayscale: #909090. Windows color (decimal): -4885060 or 12350901. OLE color: 12350901.

HSL color Cylindrical-coordinate representation of color #B575BC: hue angle of 294.08º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B575BC is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB181117188-
CMYK0.040.3800.26
HSL294.08º34.63%59.8%-
HSV(B)294.08º37.77%73.73%-
XYZ34.4926.1850.81-
YUV144.23152.7154.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.24%
GREEN value IS 117 (46.09% from 255) = 24.07%
BLUE value IS 188 (73.83% from 255) = 38.68%
R=37.24%
G=24.07%
B=38.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811171880.040.3800.26294.0834.6359.8
HexB575BC42601A126233c
Octal2651652744460324464374
Binary10110101111010110111100100100110011010100100110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B575BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B575BC; }

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

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

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

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

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

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

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

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