#B57FC4

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

Shades of East Side #B57FC4

Tints of East Side #B57FC4

Color information

#B57FC4 (or 0xB57FC4) is unknown color: approx East Side. HEX triplet: B5, 7F and C4. RGB value is (181,127,196). Sum of RGB (Red+Green+Blue) = 181+127+196=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 196 - color contains mainly: blue. Hex color #B57FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57FC4 is #4A803B. Grayscale: #969696. Windows color (decimal): -4882492 or 12877749. OLE color: 12877749.

HSL color Cylindrical-coordinate representation of color #B57FC4: hue angle of 286.96º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B57FC4 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB181127196-
CMYK0.080.3500.23
HSL286.96º36.9%63.33%-
HSV(B)286.96º35.2%76.86%-
XYZ36.6128.9955.89-
YUV151.01153.39149.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.91%
GREEN value IS 127 (50% from 255) = 25.20%
BLUE value IS 196 (76.95% from 255) = 38.89%
R=35.91%
G=25.20%
B=38.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1811271960.080.3500.23286.9636.963.33
HexB57FC482301711f253f
Octal26517730410430274374577
Binary101101011111111110001001000100011010111100011111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57FC4; }

 p { color: rgb(181,127,196); }

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

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

 a { background-color: rgb(181,127,196); }

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

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

 span { border-color: rgb(181,127,196); }

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