#B58DCB

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

Shades of East Side #B58DCB

Tints of East Side #B58DCB

Color information

#B58DCB (or 0xB58DCB) is unknown color: approx East Side. HEX triplet: B5, 8D and CB. RGB value is (181,141,203). Sum of RGB (Red+Green+Blue) = 181+141+203=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #B58DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58DCB is #4A7234. Grayscale: #9F9F9F. Windows color (decimal): -4878901 or 13340085. OLE color: 13340085.

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

Color convert

RGB181141203-
CMYK0.110.3100.20
HSL278.71º37.35%67.45%-
HSV(B)278.71º30.54%79.61%-
XYZ39.3633.1960.83-
YUV160.03152.25142.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.48%
GREEN value IS 141 (55.47% from 255) = 26.86%
BLUE value IS 203 (79.69% from 255) = 38.67%
R=34.48%
G=26.86%
B=38.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811412030.110.3100.20278.7137.3567.45
HexB58DCBB1F0141172543
Octal265215313133702442745103
Binary1011010110001101110010111011111110101001000101111001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58DCB; }

 p { color: rgb(181,141,203); }

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

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

 a { background-color: rgb(181,141,203); }

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

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

 span { border-color: rgb(181,141,203); }

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