#B58CD0

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

Shades of East Side #B58CD0

Tints of East Side #B58CD0

Color information

#B58CD0 (or 0xB58CD0) is unknown color: approx East Side. HEX triplet: B5, 8C and D0. RGB value is (181,140,208). Sum of RGB (Red+Green+Blue) = 181+140+208=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 208 - color contains mainly: blue. Hex color #B58CD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58CD0 is #4A732F. Grayscale: #9F9F9F. Windows color (decimal): -4879152 or 13667509. OLE color: 13667509.

HSL color Cylindrical-coordinate representation of color #B58CD0: hue angle of 276.18º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B58CD0 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB181140208-
CMYK0.130.3300.18
HSL276.18º41.98%68.24%-
HSV(B)276.18º32.69%81.57%-
XYZ39.8233.1363.97-
YUV160.01155.08142.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.22%
GREEN value IS 140 (55.08% from 255) = 26.47%
BLUE value IS 208 (81.64% from 255) = 39.32%
R=34.22%
G=26.47%
B=39.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1811402080.130.3300.18276.1841.9868.24
HexB58CD0D210121142a44
Octal265214320154102242452104
Binary10110101100011001101000011011000010100101000101001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58CD0; }

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

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

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

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

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

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

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

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