#B183C1

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

Shades of East Side #B183C1

Tints of East Side #B183C1

Color information

#B183C1 (or 0xB183C1) is unknown color: approx East Side. HEX triplet: B1, 83 and C1. RGB value is (177,131,193). Sum of RGB (Red+Green+Blue) = 177+131+193=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 193 (75.78% from 255 or 38.52% from 501); Max value from RGB is 193 - color contains mainly: blue. Hex color #B183C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B183C1 is #4E7C3E. Grayscale: #979797. Windows color (decimal): -5143615 or 12682161. OLE color: 12682161.

HSL color Cylindrical-coordinate representation of color #B183C1: hue angle of 284.52º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B183C1 is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB177131193-
CMYK0.080.3200.24
HSL284.52º33.33%63.53%-
HSV(B)284.52º32.12%75.69%-
XYZ35.8729.4354.24-
YUV151.82151.24145.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.33%
GREEN value IS 131 (51.56% from 255) = 26.15%
BLUE value IS 193 (75.78% from 255) = 38.52%
R=35.33%
G=26.15%
B=38.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1771311930.080.3200.24284.5233.3363.53
HexB183C182001811d2140
Octal261203301104003043541100
Binary10110001100000111100000110001000000110001000111011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B183C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B183C1; }

 p { color: rgb(177,131,193); }

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

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

 a { background-color: rgb(177,131,193); }

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

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

 span { border-color: rgb(177,131,193); }

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