#B58FBC

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

Shades of East Side #B58FBC

Tints of East Side #B58FBC

Color information

#B58FBC (or 0xB58FBC) is unknown color: approx East Side. HEX triplet: B5, 8F and BC. RGB value is (181,143,188). Sum of RGB (Red+Green+Blue) = 181+143+188=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 143 (56.25% from 255 or 27.93% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 188 - color contains mainly: blue. Hex color #B58FBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58FBC is #4A7043. Grayscale: #9F9F9F. Windows color (decimal): -4878404 or 12357557. OLE color: 12357557.

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

Color convert

RGB181143188-
CMYK0.040.2400.26
HSL290.67º25.14%64.9%-
HSV(B)290.67º23.94%73.73%-
XYZ37.9633.151.97-
YUV159.49144.09143.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.35%
GREEN value IS 143 (56.25% from 255) = 27.93%
BLUE value IS 188 (73.83% from 255) = 36.72%
R=35.35%
G=27.93%
B=36.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811431880.040.2400.26290.6725.1464.9
HexB58FBC41801A1231941
Octal26521727443003244331101
Binary10110101100011111011110010011000011010100100011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58FBC; }

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

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

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

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

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

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

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

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