#B082CD

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

Shades of East Side #B082CD

Tints of East Side #B082CD

Color information

#B082CD (or 0xB082CD) is unknown color: approx East Side. HEX triplet: B0, 82 and CD. RGB value is (176,130,205). Sum of RGB (Red+Green+Blue) = 176+130+205=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 130 (51.17% from 255 or 25.44% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #B082CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B082CD is #4F7D32. Grayscale: #989898. Windows color (decimal): -5209395 or 13468336. OLE color: 13468336.

HSL color Cylindrical-coordinate representation of color #B082CD: hue angle of 276.8º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B082CD is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176130205-
CMYK0.140.3700.20
HSL276.8º42.86%65.69%-
HSV(B)276.8º36.59%80.39%-
XYZ36.9129.661.53-
YUV152.3157.74144.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 130 (51.17% from 255) = 25.44%
BLUE value IS 205 (80.47% from 255) = 40.12%
R=34.44%
G=25.44%
B=40.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761302050.140.3700.20276.842.8665.69
HexB082CDE250141152b42
Octal260202315164502442553102
Binary10110000100000101100110111101001010101001000101011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B082CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B082CD; }

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

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

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

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

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

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

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

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