#B083D1

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

Shades of East Side #B083D1

Tints of East Side #B083D1

Color information

#B083D1 (or 0xB083D1) is unknown color: approx East Side. HEX triplet: B0, 83 and D1. RGB value is (176,131,209). Sum of RGB (Red+Green+Blue) = 176+131+209=516 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.11% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 209 (82.03% from 255 or 40.50% from 516); Max value from RGB is 209 - color contains mainly: blue. Hex color #B083D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B083D1 is #4F7C2E. Grayscale: #999999. Windows color (decimal): -5209135 or 13730736. OLE color: 13730736.

HSL color Cylindrical-coordinate representation of color #B083D1: hue angle of 274.62º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B083D1 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB176131209-
CMYK0.160.3700.18
HSL274.62º45.88%66.67%-
HSV(B)274.62º37.32%81.96%-
XYZ37.5330.0764.15-
YUV153.35159.41144.16-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.11%
GREEN value IS 131 (51.56% from 255) = 25.39%
BLUE value IS 209 (82.03% from 255) = 40.50%
R=34.11%
G=25.39%
B=40.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1761312090.160.3700.18274.6245.8866.67
HexB083D110250121132e43
Octal260203321204502242356103
Binary101100001000001111010001100001001010100101000100111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B083D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B083D1; }

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

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

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

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

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

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

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

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