#b58cce

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

Shades of East Side #B58CCE

Tints of East Side #B58CCE

Color information

#B58CCE (or 0xB58CCE) is unknown color: approx East Side. HEX triplet: B5, 8C and CE. RGB value is (181,140,206). Sum of RGB (Red+Green+Blue) = 181+140+206=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #B58CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58CCE is #4A7331. Grayscale: #9F9F9F. Windows color (decimal): -4879154 or 13536437. OLE color: 13536437.

HSL color Cylindrical-coordinate representation of color #B58CCE: hue angle of 277.27º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B58CCE is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB181140206-
CMYK0.120.3200.19
HSL277.27º40.24%67.84%-
HSV(B)277.27º32.04%80.78%-
XYZ39.5733.0462.68-
YUV159.78154.08143.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.35%
GREEN value IS 140 (55.08% from 255) = 26.57%
BLUE value IS 206 (80.86% from 255) = 39.09%
R=34.35%
G=26.57%
B=39.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811402060.120.3200.19277.2740.2467.84
HexB58CCEC200131152844
Octal265214316144002342550104
Binary10110101100011001100111011001000000100111000101011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b58cce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b58cce; }

 p { color: rgb(181,140,206); }

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

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

 a { background-color: rgb(181,140,206); }

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

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

 span { border-color: rgb(181,140,206); }

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