#B58BCA

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

Shades of East Side #B58BCA

Tints of East Side #B58BCA

Color information

#B58BCA (or 0xB58BCA) is unknown color: approx East Side. HEX triplet: B5, 8B and CA. RGB value is (181,139,202). Sum of RGB (Red+Green+Blue) = 181+139+202=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 202 - color contains mainly: blue. Hex color #B58BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58BCA is #4A7435. Grayscale: #9E9E9E. Windows color (decimal): -4879414 or 13274037. OLE color: 13274037.

HSL color Cylindrical-coordinate representation of color #B58BCA: hue angle of 280º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B58BCA is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB181139202-
CMYK0.100.3100.21
HSL280º37.28%66.86%-
HSV(B)280º31.19%79.22%-
XYZ38.9532.5560.11-
YUV158.74152.41143.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.67%
GREEN value IS 139 (54.69% from 255) = 26.63%
BLUE value IS 202 (79.30% from 255) = 38.70%
R=34.67%
G=26.63%
B=38.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811392020.100.3100.2128037.2866.86
HexB58BCAA1F0151182543
Octal265213312123702543045103
Binary1011010110001011110010101010111110101011000110001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58BCA; }

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

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

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

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

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

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

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

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