#B085B7

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

Shades of East Side #B085B7

Tints of East Side #B085B7

Color information

#B085B7 (or 0xB085B7) is unknown color: approx East Side. HEX triplet: B0, 85 and B7. RGB value is (176,133,183). Sum of RGB (Red+Green+Blue) = 176+133+183=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 183 - color contains mainly: blue. Hex color #B085B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B085B7 is #4F7A48. Grayscale: #979797. Windows color (decimal): -5208649 or 12027312. OLE color: 12027312.

HSL color Cylindrical-coordinate representation of color #B085B7: hue angle of 291.6º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B085B7 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB176133183-
CMYK0.040.2700.28
HSL291.6º25.77%61.96%-
HSV(B)291.6º27.32%71.76%-
XYZ34.8429.4248.64-
YUV151.56145.75145.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.77%
GREEN value IS 133 (52.34% from 255) = 27.03%
BLUE value IS 183 (71.88% from 255) = 37.20%
R=35.77%
G=27.03%
B=37.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1761331830.040.2700.28291.625.7761.96
HexB085B741B01C1241a3e
Octal2602052674330344443276
Binary1011000010000101101101111001101101110010010010011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B085B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B085B7; }

 p { color: rgb(176,133,183); }

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

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

 a { background-color: rgb(176,133,183); }

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

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

 span { border-color: rgb(176,133,183); }

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