#B585BE

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

Shades of East Side #B585BE

Tints of East Side #B585BE

Color information

#B585BE (or 0xB585BE) is unknown color: approx East Side. HEX triplet: B5, 85 and BE. RGB value is (181,133,190). Sum of RGB (Red+Green+Blue) = 181+133+190=504 (66% of max value = 765). Red value is 181 (71.09% from 255 or 35.91% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 190 (74.61% from 255 or 37.70% from 504); Max value from RGB is 190 - color contains mainly: blue. Hex color #B585BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B585BE is #4A7A41. Grayscale: #999999. Windows color (decimal): -4880962 or 12486069. OLE color: 12486069.

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

Color convert

RGB181133190-
CMYK0.050.300.25
HSL290.53º30.48%63.33%-
HSV(B)290.53º30%74.51%-
XYZ36.7430.3252.63-
YUV153.85148.4147.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.91%
GREEN value IS 133 (52.34% from 255) = 26.39%
BLUE value IS 190 (74.61% from 255) = 37.70%
R=35.91%
G=26.39%
B=37.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811331900.050.300.25290.5330.4863.33
HexB585BE51E0191231e3f
Octal2652052765360314433677
Binary1011010110000101101111101011111001100110010001111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B585BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B585BE; }

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

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

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

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

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

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

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

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