#B575C1

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

Shades of East Side #B575C1

Tints of East Side #B575C1

Color information

#B575C1 (or 0xB575C1) is unknown color: approx East Side. HEX triplet: B5, 75 and C1. RGB value is (181,117,193). Sum of RGB (Red+Green+Blue) = 181+117+193=491 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.86% from 491); Green value is 117 (46.09% from 255 or 23.83% from 491); Blue value is 193 (75.78% from 255 or 39.31% from 491); Max value from RGB is 193 - color contains mainly: blue. Hex color #B575C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B575C1 is #4A8A3E. Grayscale: #909090. Windows color (decimal): -4885055 or 12678581. OLE color: 12678581.

HSL color Cylindrical-coordinate representation of color #B575C1: hue angle of 290.53º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B575C1 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB181117193-
CMYK0.060.3900.24
HSL290.53º38%60.78%-
HSV(B)290.53º39.38%75.69%-
XYZ35.0426.453.7-
YUV144.8155.2153.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.86%
GREEN value IS 117 (46.09% from 255) = 23.83%
BLUE value IS 193 (75.78% from 255) = 39.31%
R=36.86%
G=23.83%
B=39.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811171930.060.3900.24290.533860.78
HexB575C1627018123263d
Octal2651653016470304434675
Binary10110101111010111000001110100111011000100100011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B575C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B575C1; }

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

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

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

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

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

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

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

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