#B083BA

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

Shades of East Side #B083BA

Tints of East Side #B083BA

Color information

#B083BA (or 0xB083BA) is unknown color: approx East Side. HEX triplet: B0, 83 and BA. RGB value is (176,131,186). Sum of RGB (Red+Green+Blue) = 176+131+186=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 131 (51.56% from 255 or 26.57% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 186 - color contains mainly: blue. Hex color #B083BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B083BA is #4F7C45. Grayscale: #969696. Windows color (decimal): -5209158 or 12223408. OLE color: 12223408.

HSL color Cylindrical-coordinate representation of color #B083BA: hue angle of 289.09º 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 #B083BA is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB176131186-
CMYK0.050.3000.27
HSL289.09º28.5%62.16%-
HSV(B)289.09º29.57%72.94%-
XYZ34.8829.0150.21-
YUV150.72147.91146.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.70%
GREEN value IS 131 (51.56% from 255) = 26.57%
BLUE value IS 186 (73.05% from 255) = 37.73%
R=35.70%
G=26.57%
B=37.73%

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
Decimal1761311860.050.3000.27289.0928.562.16
HexB083BA51E01B1211c3e
Octal2602032725360334413476
Binary1011000010000011101110101011111001101110010000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B083BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B083BA; }

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

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

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

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

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

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

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

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