#B185CA

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

Shades of East Side #B185CA

Tints of East Side #B185CA

Color information

#B185CA (or 0xB185CA) is unknown color: approx East Side. HEX triplet: B1, 85 and CA. RGB value is (177,133,202). Sum of RGB (Red+Green+Blue) = 177+133+202=512 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.57% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #B185CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B185CA is #4E7A35. Grayscale: #999999. Windows color (decimal): -5143094 or 13272497. OLE color: 13272497.

HSL color Cylindrical-coordinate representation of color #B185CA: hue angle of 278.26º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B185CA is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB177133202-
CMYK0.120.3400.21
HSL278.26º39.43%65.69%-
HSV(B)278.26º34.16%79.22%-
XYZ37.1830.3959.78-
YUV154.02155.08144.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.57%
GREEN value IS 133 (52.34% from 255) = 25.98%
BLUE value IS 202 (79.30% from 255) = 39.45%
R=34.57%
G=25.98%
B=39.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1771332020.120.3400.21278.2639.4365.69
HexB185CAC220151162742
Octal261205312144202542647102
Binary10110001100001011100101011001000100101011000101101001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B185CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B185CA; }

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

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

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

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

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

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

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

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