#B185CD

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

Shades of East Side #B185CD

Tints of East Side #B185CD

Color information

#B185CD (or 0xB185CD) is unknown color: approx East Side. HEX triplet: B1, 85 and CD. RGB value is (177,133,205). Sum of RGB (Red+Green+Blue) = 177+133+205=515 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.37% from 515); Green value is 133 (52.34% from 255 or 25.83% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #B185CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B185CD is #4E7A32. Grayscale: #9A9A9A. Windows color (decimal): -5143091 or 13469105. OLE color: 13469105.

HSL color Cylindrical-coordinate representation of color #B185CD: hue angle of 276.67º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B185CD is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB177133205-
CMYK0.140.3500.20
HSL276.67º41.86%66.27%-
HSV(B)276.67º35.12%80.39%-
XYZ37.5430.5361.67-
YUV154.36156.58144.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.37%
GREEN value IS 133 (52.34% from 255) = 25.83%
BLUE value IS 205 (80.47% from 255) = 39.81%
R=34.37%
G=25.83%
B=39.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771332050.140.3500.20276.6741.8666.27
HexB185CDE230141152a42
Octal261205315164302442552102
Binary10110001100001011100110111101000110101001000101011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B185CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B185CD; }

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

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

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

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

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

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

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

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