#B183BA

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

Shades of East Side #B183BA

Tints of East Side #B183BA

Color information

#B183BA (or 0xB183BA) is unknown color: approx East Side. HEX triplet: B1, 83 and BA. RGB value is (177,131,186). Sum of RGB (Red+Green+Blue) = 177+131+186=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #B183BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B183BA is #4E7C45. Grayscale: #969696. Windows color (decimal): -5143622 or 12223409. OLE color: 12223409.

HSL color Cylindrical-coordinate representation of color #B183BA: hue angle of 290.18º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B183BA is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB177131186-
CMYK0.050.3000.27
HSL290.18º28.5%62.16%-
HSV(B)290.18º29.57%72.94%-
XYZ35.1129.1250.23-
YUV151.02147.74146.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.83%
GREEN value IS 131 (51.56% from 255) = 26.52%
BLUE value IS 186 (73.05% from 255) = 37.65%
R=35.83%
G=26.52%
B=37.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1771311860.050.3000.27290.1828.562.16
HexB183BA51E01B1221c3e
Octal2612032725360334423476
Binary1011000110000011101110101011111001101110010001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B183BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B183BA; }

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

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

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

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

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

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

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

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