#B57BD4

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

Shades of East Side #B57BD4

Tints of East Side #B57BD4

Color information

#B57BD4 (or 0xB57BD4) is unknown color: approx East Side. HEX triplet: B5, 7B and D4. RGB value is (181,123,212). Sum of RGB (Red+Green+Blue) = 181+123+212=516 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.08% from 516); Green value is 123 (48.44% from 255 or 23.84% from 516); Blue value is 212 (83.20% from 255 or 41.09% from 516); Max value from RGB is 212 - color contains mainly: blue. Hex color #B57BD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57BD4 is #4A842B. Grayscale: #969696. Windows color (decimal): -4883500 or 13925301. OLE color: 13925301.

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

Color convert

RGB181123212-
CMYK0.150.4200.17
HSL279.1º50.86%65.69%-
HSV(B)279.1º41.98%83.14%-
XYZ38.0228.7465.83-
YUV150.49162.72149.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.08%
GREEN value IS 123 (48.44% from 255) = 23.84%
BLUE value IS 212 (83.20% from 255) = 41.09%
R=35.08%
G=23.84%
B=41.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1811232120.150.4200.17279.150.8665.69
HexB57BD4F2A0111173342
Octal265173324175202142763102
Binary1011010111110111101010011111010100100011000101111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57BD4; }

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

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

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

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

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

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

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

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