#B085D0

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

Shades of East Side #B085D0

Tints of East Side #B085D0

Color information

#B085D0 (or 0xB085D0) is unknown color: approx East Side. HEX triplet: B0, 85 and D0. RGB value is (176,133,208). Sum of RGB (Red+Green+Blue) = 176+133+208=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 133 (52.34% from 255 or 25.73% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 208 - color contains mainly: blue. Hex color #B085D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B085D0 is #4F7A2F. Grayscale: #9A9A9A. Windows color (decimal): -5208624 or 13665712. OLE color: 13665712.

HSL color Cylindrical-coordinate representation of color #B085D0: hue angle of 274.4º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B085D0 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB176133208-
CMYK0.150.3600.18
HSL274.4º44.38%66.86%-
HSV(B)274.4º36.06%81.57%-
XYZ37.6830.5663.59-
YUV154.41158.25143.4-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.04%
GREEN value IS 133 (52.34% from 255) = 25.73%
BLUE value IS 208 (81.64% from 255) = 40.23%
R=34.04%
G=25.73%
B=40.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1761332080.150.3600.18274.444.3866.86
HexB085D0F240121122c43
Octal260205320174402242254103
Binary10110000100001011101000011111001000100101000100101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B085D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B085D0; }

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

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

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

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

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

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

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

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