#B180CD

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

Shades of East Side #B180CD

Tints of East Side #B180CD

Color information

#B180CD (or 0xB180CD) is unknown color: approx East Side. HEX triplet: B1, 80 and CD. RGB value is (177,128,205). Sum of RGB (Red+Green+Blue) = 177+128+205=510 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.71% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #B180CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B180CD is #4E7F32. Grayscale: #979797. Windows color (decimal): -5144371 or 13467825. OLE color: 13467825.

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

Color convert

RGB177128205-
CMYK0.140.3800.20
HSL278.18º43.5%65.29%-
HSV(B)278.18º37.56%80.39%-
XYZ36.8729.1961.45-
YUV151.43158.23146.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.71%
GREEN value IS 128 (50.39% from 255) = 25.10%
BLUE value IS 205 (80.47% from 255) = 40.20%
R=34.71%
G=25.10%
B=40.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771282050.140.3800.20278.1843.565.29
HexB180CDE260141162c41
Octal261200315164602442654101
Binary10110001100000001100110111101001100101001000101101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B180CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B180CD; }

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

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

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

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

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

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

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

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