#B58FBE

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

Shades of East Side #B58FBE

Tints of East Side #B58FBE

Color information

#B58FBE (or 0xB58FBE) is unknown color: approx East Side. HEX triplet: B5, 8F and BE. RGB value is (181,143,190). Sum of RGB (Red+Green+Blue) = 181+143+190=514 (68% of max value = 765). Red value is 181 (71.09% from 255 or 35.21% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 190 - color contains mainly: blue. Hex color #B58FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58FBE is #4A7041. Grayscale: #9F9F9F. Windows color (decimal): -4878402 or 12488629. OLE color: 12488629.

HSL color Cylindrical-coordinate representation of color #B58FBE: hue angle of 288.51º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B58FBE is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181143190-
CMYK0.050.2500.25
HSL288.51º26.55%65.29%-
HSV(B)288.51º24.74%74.51%-
XYZ38.1733.1953.11-
YUV159.72145.09143.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.21%
GREEN value IS 143 (56.25% from 255) = 27.82%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=35.21%
G=27.82%
B=36.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811431900.050.2500.25288.5126.5565.29
HexB58FBE5190191211b41
Octal26521727653103144133101
Binary10110101100011111011111010111001011001100100001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58FBE; }

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

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

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

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

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

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

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

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