#B082BB

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

Shades of East Side #B082BB

Tints of East Side #B082BB

Color information

#B082BB (or 0xB082BB) is unknown color: approx East Side. HEX triplet: B0, 82 and BB. RGB value is (176,130,187). Sum of RGB (Red+Green+Blue) = 176+130+187=493 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.70% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 187 - color contains mainly: blue. Hex color #B082BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B082BB is #4F7D44. Grayscale: #969696. Windows color (decimal): -5209413 or 12288688. OLE color: 12288688.

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

Color convert

RGB176130187-
CMYK0.060.3000.27
HSL288.42º29.53%62.16%-
HSV(B)288.42º30.48%73.33%-
XYZ34.8628.7850.73-
YUV150.25148.74146.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 35.70%
GREEN value IS 130 (51.17% from 255) = 26.37%
BLUE value IS 187 (73.44% from 255) = 37.93%
R=35.70%
G=26.37%
B=37.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1761301870.060.3000.27288.4229.5362.16
HexB082BB61E01B1201e3e
Octal2602022736360334403676
Binary1011000010000010101110111101111001101110010000011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B082BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B082BB; }

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

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

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

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

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

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

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

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