#B185BD

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

Shades of East Side #B185BD

Tints of East Side #B185BD

Color information

#B185BD (or 0xB185BD) is unknown color: approx East Side. HEX triplet: B1, 85 and BD. RGB value is (177,133,189). Sum of RGB (Red+Green+Blue) = 177+133+189=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 189 - color contains mainly: blue. Hex color #B185BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B185BD is #4E7A42. Grayscale: #989898. Windows color (decimal): -5143107 or 12420529. OLE color: 12420529.

HSL color Cylindrical-coordinate representation of color #B185BD: hue angle of 287.14º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B185BD is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB177133189-
CMYK0.060.3000.26
HSL287.14º29.79%63.14%-
HSV(B)287.14º29.63%74.12%-
XYZ35.729.852.01-
YUV152.54148.58145.45-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.47%
GREEN value IS 133 (52.34% from 255) = 26.65%
BLUE value IS 189 (74.22% from 255) = 37.88%
R=35.47%
G=26.65%
B=37.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771331890.060.3000.26287.1429.7963.14
HexB185BD61E01A11f1e3f
Octal2612052756360324373677
Binary1011000110000101101111011101111001101010001111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B185BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B185BD; }

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

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

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

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

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

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

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

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