#B185D0

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

Shades of East Side #B185D0

Tints of East Side #B185D0

Color information

#B185D0 (or 0xB185D0) is unknown color: approx East Side. HEX triplet: B1, 85 and D0. RGB value is (177,133,208). Sum of RGB (Red+Green+Blue) = 177+133+208=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 208 - color contains mainly: blue. Hex color #B185D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B185D0 is #4E7A2F. Grayscale: #9A9A9A. Windows color (decimal): -5143088 or 13665713. OLE color: 13665713.

HSL color Cylindrical-coordinate representation of color #B185D0: hue angle of 275.2º 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 #B185D0 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB177133208-
CMYK0.150.3600.18
HSL275.2º44.38%66.86%-
HSV(B)275.2º36.06%81.57%-
XYZ37.930.6863.6-
YUV154.71158.08143.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.17%
GREEN value IS 133 (52.34% from 255) = 25.68%
BLUE value IS 208 (81.64% from 255) = 40.15%
R=34.17%
G=25.68%
B=40.15%

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
Decimal1771332080.150.3600.18275.244.3866.86
HexB185D0F240121132c43
Octal261205320174402242354103
Binary10110001100001011101000011111001000100101000100111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B185D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B185D0; }

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

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

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

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

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

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

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

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