#B58BC1

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

Shades of East Side #B58BC1

Tints of East Side #B58BC1

Color information

#B58BC1 (or 0xB58BC1) is unknown color: approx East Side. HEX triplet: B5, 8B and C1. RGB value is (181,139,193). Sum of RGB (Red+Green+Blue) = 181+139+193=513 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.28% from 513); Green value is 139 (54.69% from 255 or 27.10% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 193 - color contains mainly: blue. Hex color #B58BC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58BC1 is #4A743E. Grayscale: #9D9D9D. Windows color (decimal): -4879423 or 12684213. OLE color: 12684213.

HSL color Cylindrical-coordinate representation of color #B58BC1: hue angle of 286.67º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B58BC1 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB181139193-
CMYK0.060.2800.24
HSL286.67º30.34%65.1%-
HSV(B)286.67º27.98%75.69%-
XYZ37.9132.1454.66-
YUV157.71147.91144.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.28%
GREEN value IS 139 (54.69% from 255) = 27.10%
BLUE value IS 193 (75.78% from 255) = 37.62%
R=35.28%
G=27.10%
B=37.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1811391930.060.2800.24286.6730.3465.1
HexB58BC161C01811f1e41
Octal26521330163403043736101
Binary10110101100010111100000111011100011000100011111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58BC1; }

 p { color: rgb(181,139,193); }

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

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

 a { background-color: rgb(181,139,193); }

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

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

 span { border-color: rgb(181,139,193); }

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