#B57CC1

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

Shades of East Side #B57CC1

Tints of East Side #B57CC1

Color information

#B57CC1 (or 0xB57CC1) is unknown color: approx East Side. HEX triplet: B5, 7C and C1. RGB value is (181,124,193). Sum of RGB (Red+Green+Blue) = 181+124+193=498 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.35% from 498); Green value is 124 (48.83% from 255 or 24.90% from 498); Blue value is 193 (75.78% from 255 or 38.76% from 498); Max value from RGB is 193 - color contains mainly: blue. Hex color #B57CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57CC1 is #4A833E. Grayscale: #949494. Windows color (decimal): -4883263 or 12680373. OLE color: 12680373.

HSL color Cylindrical-coordinate representation of color #B57CC1: hue angle of 289.57º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B57CC1 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB181124193-
CMYK0.060.3600.24
HSL289.57º35.75%62.16%-
HSV(B)289.57º35.75%75.69%-
XYZ35.8928.0953.98-
YUV148.91152.88150.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.35%
GREEN value IS 124 (48.83% from 255) = 24.90%
BLUE value IS 193 (75.78% from 255) = 38.76%
R=36.35%
G=24.90%
B=38.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811241930.060.3600.24289.5735.7562.16
HexB57CC1624018122243e
Octal2651743016440304424476
Binary10110101111110011000001110100100011000100100010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57CC1; }

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

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

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

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

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

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

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

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