#B57FBC

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

Shades of East Side #B57FBC

Tints of East Side #B57FBC

Color information

#B57FBC (or 0xB57FBC) is unknown color: approx East Side. HEX triplet: B5, 7F and BC. RGB value is (181,127,188). Sum of RGB (Red+Green+Blue) = 181+127+188=496 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.49% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 188 - color contains mainly: blue. Hex color #B57FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B57FBC is #4A8043. Grayscale: #959595. Windows color (decimal): -4882500 or 12353461. OLE color: 12353461.

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

Color convert

RGB181127188-
CMYK0.040.3200.26
HSL293.11º31.28%61.76%-
HSV(B)293.11º32.45%73.73%-
XYZ35.7228.6351.22-
YUV150.1149.39150.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.49%
GREEN value IS 127 (50% from 255) = 25.60%
BLUE value IS 188 (73.83% from 255) = 37.90%
R=36.49%
G=25.60%
B=37.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811271880.040.3200.26293.1131.2861.76
HexB57FBC42001A1251f3e
Octal2651772744400324453776
Binary1011010111111111011110010010000001101010010010111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57FBC; }

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

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

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

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

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

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

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

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