#B58BBE

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

Shades of East Side #B58BBE

Tints of East Side #B58BBE

Color information

#B58BBE (or 0xB58BBE) is unknown color: approx East Side. HEX triplet: B5, 8B and BE. RGB value is (181,139,190). Sum of RGB (Red+Green+Blue) = 181+139+190=510 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.49% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 190 - color contains mainly: blue. Hex color #B58BBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58BBE is #4A7441. Grayscale: #9D9D9D. Windows color (decimal): -4879426 or 12487605. OLE color: 12487605.

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

Color convert

RGB181139190-
CMYK0.050.2700.25
HSL289.41º28.18%64.51%-
HSV(B)289.41º26.84%74.51%-
XYZ37.5832.0152.91-
YUV157.37146.41144.85-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.49%
GREEN value IS 139 (54.69% from 255) = 27.25%
BLUE value IS 190 (74.61% from 255) = 37.25%
R=35.49%
G=27.25%
B=37.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811391900.050.2700.25289.4128.1864.51
HexB58BBE51B0191211c41
Octal26521327653303144134101
Binary10110101100010111011111010111011011001100100001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58BBE; }

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

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

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

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

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

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

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

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