#B57FBB

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

Shades of East Side #B57FBB

Tints of East Side #B57FBB

Color information

#B57FBB (or 0xB57FBB) is unknown color: approx East Side. HEX triplet: B5, 7F and BB. RGB value is (181,127,187). Sum of RGB (Red+Green+Blue) = 181+127+187=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: blue. Hex color #B57FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57FBB is #4A8044. Grayscale: #959595. Windows color (decimal): -4882501 or 12287925. OLE color: 12287925.

HSL color Cylindrical-coordinate representation of color #B57FBB: hue angle of 294º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B57FBB is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB181127187-
CMYK0.030.3200.27
HSL294º30.61%61.57%-
HSV(B)294º32.09%73.33%-
XYZ35.6228.5950.66-
YUV149.99148.89150.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.57%
GREEN value IS 127 (50% from 255) = 25.66%
BLUE value IS 187 (73.44% from 255) = 37.78%
R=36.57%
G=25.66%
B=37.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811271870.030.3200.2729430.6161.57
HexB57FBB32001B1261f3e
Octal2651772733400334463776
Binary101101011111111101110111110000001101110010011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57FBB; }

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

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

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

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

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

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

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

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