#B57BD3

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

Shades of East Side #B57BD3

Tints of East Side #B57BD3

Color information

#B57BD3 (or 0xB57BD3) is unknown color: approx East Side. HEX triplet: B5, 7B and D3. RGB value is (181,123,211). Sum of RGB (Red+Green+Blue) = 181+123+211=515 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.15% from 515); Green value is 123 (48.44% from 255 or 23.88% from 515); Blue value is 211 (82.81% from 255 or 40.97% from 515); Max value from RGB is 211 - color contains mainly: blue. Hex color #B57BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57BD3 is #4A842C. Grayscale: #969696. Windows color (decimal): -4883501 or 13859765. OLE color: 13859765.

HSL color Cylindrical-coordinate representation of color #B57BD3: hue angle of 279.55º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B57BD3 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB181123211-
CMYK0.140.4200.17
HSL279.55º50%65.49%-
HSV(B)279.55º41.71%82.75%-
XYZ37.928.6965.17-
YUV150.37162.22149.84-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.15%
GREEN value IS 123 (48.44% from 255) = 23.88%
BLUE value IS 211 (82.81% from 255) = 40.97%
R=35.15%
G=23.88%
B=40.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1811232110.140.4200.17279.555065.49
HexB57BD3E2A0111183241
Octal265173323165202143062101
Binary1011010111110111101001111101010100100011000110001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57BD3; }

 p { color: rgb(181,123,211); }

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

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

 a { background-color: rgb(181,123,211); }

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

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

 span { border-color: rgb(181,123,211); }

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