#B58FC6

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

Shades of East Side #B58FC6

Tints of East Side #B58FC6

Color information

#B58FC6 (or 0xB58FC6) is unknown color: approx East Side. HEX triplet: B5, 8F and C6. RGB value is (181,143,198). Sum of RGB (Red+Green+Blue) = 181+143+198=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 198 - color contains mainly: blue. Hex color #B58FC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58FC6 is #4A7039. Grayscale: #A0A0A0. Windows color (decimal): -4878394 or 13012917. OLE color: 13012917.

HSL color Cylindrical-coordinate representation of color #B58FC6: hue angle of 281.45º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B58FC6 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB181143198-
CMYK0.090.2800.22
HSL281.45º32.54%66.86%-
HSV(B)281.45º27.78%77.65%-
XYZ39.0733.5557.84-
YUV160.63149.09142.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.67%
GREEN value IS 143 (56.25% from 255) = 27.39%
BLUE value IS 198 (77.73% from 255) = 37.93%
R=34.67%
G=27.39%
B=37.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1811431980.090.2800.22281.4532.5466.86
HexB58FC691C0161192143
Octal265217306113402643141103
Binary1011010110001111110001101001111000101101000110011000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58FC6; }

 p { color: rgb(181,143,198); }

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

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

 a { background-color: rgb(181,143,198); }

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

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

 span { border-color: rgb(181,143,198); }

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