#B082BA

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

Shades of East Side #B082BA

Tints of East Side #B082BA

Color information

#B082BA (or 0xB082BA) is unknown color: approx East Side. HEX triplet: B0, 82 and BA. RGB value is (176,130,186). Sum of RGB (Red+Green+Blue) = 176+130+186=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #B082BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B082BA is #4F7D45. Grayscale: #959595. Windows color (decimal): -5209414 or 12223152. OLE color: 12223152.

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

Color convert

RGB176130186-
CMYK0.050.3000.27
HSL289.29º28.87%61.96%-
HSV(B)289.29º30.11%72.94%-
XYZ34.7528.7450.17-
YUV150.14148.24146.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.77%
GREEN value IS 130 (51.17% from 255) = 26.42%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=35.77%
G=26.42%
B=37.80%

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
Decimal1761301860.050.3000.27289.2928.8761.96
HexB082BA51E01B1211d3e
Octal2602022725360334413576
Binary1011000010000010101110101011111001101110010000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B082BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B082BA; }

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

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

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

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

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

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

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

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