#B57BD1

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

Shades of East Side #B57BD1

Tints of East Side #B57BD1

Color information

#B57BD1 (or 0xB57BD1) is unknown color: approx East Side. HEX triplet: B5, 7B and D1. RGB value is (181,123,209). Sum of RGB (Red+Green+Blue) = 181+123+209=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 123 (48.44% from 255 or 23.98% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 209 - color contains mainly: blue. Hex color #B57BD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57BD1 is #4A842E. Grayscale: #959595. Windows color (decimal): -4883503 or 13728693. OLE color: 13728693.

HSL color Cylindrical-coordinate representation of color #B57BD1: hue angle of 280.47º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B57BD1 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB181123209-
CMYK0.130.4100.18
HSL280.47º48.31%65.1%-
HSV(B)280.47º41.15%81.96%-
XYZ37.6528.5963.86-
YUV150.15161.22150.01-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.28%
GREEN value IS 123 (48.44% from 255) = 23.98%
BLUE value IS 209 (82.03% from 255) = 40.74%
R=35.28%
G=23.98%
B=40.74%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1811232090.130.4100.18280.4748.3165.1
HexB57BD1D290121183041
Octal265173321155102243060101
Binary1011010111110111101000111011010010100101000110001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57BD1; }

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

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

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

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

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

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

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

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