#B57DBB

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

Shades of East Side #B57DBB

Tints of East Side #B57DBB

Color information

#B57DBB (or 0xB57DBB) is unknown color: approx East Side. HEX triplet: B5, 7D and BB. RGB value is (181,125,187). Sum of RGB (Red+Green+Blue) = 181+125+187=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #B57DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57DBB is #4A8244. Grayscale: #949494. Windows color (decimal): -4883013 or 12287413. OLE color: 12287413.

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

Color convert

RGB181125187-
CMYK0.030.3300.27
HSL294.19º31.31%61.18%-
HSV(B)294.19º33.16%73.33%-
XYZ35.3628.0850.57-
YUV148.81149.55150.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.71%
GREEN value IS 125 (49.22% from 255) = 25.35%
BLUE value IS 187 (73.44% from 255) = 37.93%
R=36.71%
G=25.35%
B=37.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811251870.030.3300.27294.1931.3161.18
HexB57DBB32101B1261f3d
Octal2651752733410334463775
Binary101101011111101101110111110000101101110010011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57DBB; }

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

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

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

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

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

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

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

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