#B082CC

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

Shades of East Side #B082CC

Tints of East Side #B082CC

Color information

#B082CC (or 0xB082CC) is unknown color: approx East Side. HEX triplet: B0, 82 and CC. RGB value is (176,130,204). Sum of RGB (Red+Green+Blue) = 176+130+204=510 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.51% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #B082CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B082CC is #4F7D33. Grayscale: #979797. Windows color (decimal): -5209396 or 13402800. OLE color: 13402800.

HSL color Cylindrical-coordinate representation of color #B082CC: hue angle of 277.3º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B082CC is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB176130204-
CMYK0.140.3600.2
HSL277.3º42.05%65.49%-
HSV(B)277.3º36.27%80%-
XYZ36.7929.5660.89-
YUV152.19157.24144.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.51%
GREEN value IS 130 (51.17% from 255) = 25.49%
BLUE value IS 204 (80.08% from 255) = 40%
R=34.51%
G=25.49%
B=40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1761302040.140.3600.2277.342.0565.49
HexB082CCE240141152a41
Octal260202314164402442552101
Binary10110000100000101100110011101001000101001000101011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B082CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B082CC; }

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

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

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

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

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

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

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

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