#B58FC9

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

Shades of East Side #B58FC9

Tints of East Side #B58FC9

Color information

#B58FC9 (or 0xB58FC9) is unknown color: approx East Side. HEX triplet: B5, 8F and C9. RGB value is (181,143,201). Sum of RGB (Red+Green+Blue) = 181+143+201=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 201 - color contains mainly: blue. Hex color #B58FC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58FC9 is #4A7036. Grayscale: #A0A0A0. Windows color (decimal): -4878391 or 13209525. OLE color: 13209525.

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

Color convert

RGB181143201-
CMYK0.100.2900.21
HSL279.31º34.94%67.45%-
HSV(B)279.31º28.86%78.82%-
XYZ39.4233.6959.68-
YUV160.97150.59142.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.48%
GREEN value IS 143 (56.25% from 255) = 27.24%
BLUE value IS 201 (78.91% from 255) = 38.29%
R=34.48%
G=27.24%
B=38.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1811432010.100.2900.21279.3134.9467.45
HexB58FC9A1D0151172343
Octal265217311123502542743103
Binary1011010110001111110010011010111010101011000101111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B58FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B58FC9; }

 p { color: rgb(181,143,201); }

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

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

 a { background-color: rgb(181,143,201); }

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

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

 span { border-color: rgb(181,143,201); }

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