#B57CD9

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

Shades of East Side #B57CD9

Tints of East Side #B57CD9

Color information

#B57CD9 (or 0xB57CD9) is unknown color: approx East Side. HEX triplet: B5, 7C and D9. RGB value is (181,124,217). Sum of RGB (Red+Green+Blue) = 181+124+217=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 124 (48.83% from 255 or 23.75% from 522); Blue value is 217 (85.16% from 255 or 41.57% from 522); Max value from RGB is 217 - color contains mainly: blue. Hex color #B57CD9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57CD9 is #4A8326. Grayscale: #979797. Windows color (decimal): -4883239 or 14253237. OLE color: 14253237.

HSL color Cylindrical-coordinate representation of color #B57CD9: hue angle of 276.77º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B57CD9 is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB181124217-
CMYK0.170.4300.15
HSL276.77º55.03%66.86%-
HSV(B)276.77º42.86%85.1%-
XYZ38.7929.2569.25-
YUV151.64164.88148.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.67%
GREEN value IS 124 (48.83% from 255) = 23.75%
BLUE value IS 217 (85.16% from 255) = 41.57%
R=34.67%
G=23.75%
B=41.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811242170.170.4300.15276.7755.0366.86
HexB57CD9112B0F1153743
Octal265174331215301742567103
Binary1011010111111001101100110001101011011111000101011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57CD9; }

 p { color: rgb(181,124,217); }

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

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

 a { background-color: rgb(181,124,217); }

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

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

 span { border-color: rgb(181,124,217); }

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