#B083BE

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

Shades of East Side #B083BE

Tints of East Side #B083BE

Color information

#B083BE (or 0xB083BE) is unknown color: approx East Side. HEX triplet: B0, 83 and BE. RGB value is (176,131,190). Sum of RGB (Red+Green+Blue) = 176+131+190=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #B083BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B083BE is #4F7C41. Grayscale: #969696. Windows color (decimal): -5209154 or 12485552. OLE color: 12485552.

HSL color Cylindrical-coordinate representation of color #B083BE: hue angle of 285.76º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B083BE is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB176131190-
CMYK0.070.3100.25
HSL285.76º31.22%62.94%-
HSV(B)285.76º31.05%74.51%-
XYZ35.3229.1852.49-
YUV151.18149.91145.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.41%
GREEN value IS 131 (51.56% from 255) = 26.36%
BLUE value IS 190 (74.61% from 255) = 38.23%
R=35.41%
G=26.36%
B=38.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761311900.070.3100.25285.7631.2262.94
HexB083BE71F01911e1f3f
Octal2602032767370314363777
Binary1011000010000011101111101111111101100110001111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B083BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B083BE; }

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

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

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

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

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

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

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

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