#B57DC0

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

Shades of East Side #B57DC0

Tints of East Side #B57DC0

Color information

#B57DC0 (or 0xB57DC0) is unknown color: approx East Side. HEX triplet: B5, 7D and C0. RGB value is (181,125,192). Sum of RGB (Red+Green+Blue) = 181+125+192=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 192 (75.39% from 255 or 38.55% from 498); Max value from RGB is 192 - color contains mainly: blue. Hex color #B57DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57DC0 is #4A823F. Grayscale: #959595. Windows color (decimal): -4883008 or 12615093. OLE color: 12615093.

HSL color Cylindrical-coordinate representation of color #B57DC0: hue angle of 290.15º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B57DC0 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181125192-
CMYK0.060.3500.25
HSL290.15º34.72%62.16%-
HSV(B)290.15º34.9%75.29%-
XYZ35.928.353.44-
YUV149.38152.05150.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.35%
GREEN value IS 125 (49.22% from 255) = 25.10%
BLUE value IS 192 (75.39% from 255) = 38.55%
R=36.35%
G=25.10%
B=38.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811251920.060.3500.25290.1534.7262.16
HexB57DC0623019122233e
Octal2651753006430314424376
Binary10110101111110111000000110100011011001100100010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57DC0; }

 p { color: rgb(181,125,192); }

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

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

 a { background-color: rgb(181,125,192); }

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

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

 span { border-color: rgb(181,125,192); }

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