#B083C2

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

Shades of East Side #B083C2

Tints of East Side #B083C2

Color information

#B083C2 (or 0xB083C2) is unknown color: approx East Side. HEX triplet: B0, 83 and C2. RGB value is (176,131,194). Sum of RGB (Red+Green+Blue) = 176+131+194=501 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.13% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 194 (76.17% from 255 or 38.72% from 501); Max value from RGB is 194 - color contains mainly: blue. Hex color #B083C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B083C2 is #4F7C3D. Grayscale: #979797. Windows color (decimal): -5209150 or 12747696. OLE color: 12747696.

HSL color Cylindrical-coordinate representation of color #B083C2: hue angle of 282.86º degrees, saturation: 0.34, 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 #B083C2 is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB176131194-
CMYK0.090.3200.24
HSL282.86º34.05%63.73%-
HSV(B)282.86º32.47%76.08%-
XYZ35.7629.3654.82-
YUV151.64151.91145.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.13%
GREEN value IS 131 (51.56% from 255) = 26.15%
BLUE value IS 194 (76.17% from 255) = 38.72%
R=35.13%
G=26.15%
B=38.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1761311940.090.3200.24282.8634.0563.73
HexB083C292001811b2240
Octal260203302114003043342100
Binary10110000100000111100001010011000000110001000110111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B083C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B083C2; }

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

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

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

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

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

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

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

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