#B082BF

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

Shades of East Side #B082BF

Tints of East Side #B082BF

Color information

#B082BF (or 0xB082BF) is unknown color: approx East Side. HEX triplet: B0, 82 and BF. RGB value is (176,130,191). Sum of RGB (Red+Green+Blue) = 176+130+191=497 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.41% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #B082BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B082BF is #4F7D40. Grayscale: #969696. Windows color (decimal): -5209409 or 12550832. OLE color: 12550832.

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

Color convert

RGB176130191-
CMYK0.080.3200.25
HSL285.25º32.28%62.94%-
HSV(B)285.25º31.94%74.9%-
XYZ35.2928.9653.02-
YUV150.71150.74146.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.41%
GREEN value IS 130 (51.17% from 255) = 26.16%
BLUE value IS 191 (75% from 255) = 38.43%
R=35.41%
G=26.16%
B=38.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761301910.080.3200.25285.2532.2862.94
HexB082BF82001911d203f
Octal26020227710400314354077
Binary1011000010000010101111111000100000011001100011101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B082BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B082BF; }

 p { color: rgb(176,130,191); }

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

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

 a { background-color: rgb(176,130,191); }

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

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

 span { border-color: rgb(176,130,191); }

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