#B676CB

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

Shades of East Side #B676CB

Tints of East Side #B676CB

Color information

#B676CB (or 0xB676CB) is unknown color: approx East Side. HEX triplet: B6, 76 and CB. RGB value is (182,118,203). Sum of RGB (Red+Green+Blue) = 182+118+203=503 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.18% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 203 (79.69% from 255 or 40.36% from 503); Max value from RGB is 203 - color contains mainly: blue. Hex color #B676CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B676CB is #498934. Grayscale: #929292. Windows color (decimal): -4819253 or 13334198. OLE color: 13334198.

HSL color Cylindrical-coordinate representation of color #B676CB: hue angle of 285.18º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B676CB is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB182118203-
CMYK0.100.4200.20
HSL285.18º44.97%62.94%-
HSV(B)285.18º41.87%79.61%-
XYZ36.5527.2159.83-
YUV146.83159.7153.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.18%
GREEN value IS 118 (46.48% from 255) = 23.46%
BLUE value IS 203 (79.69% from 255) = 40.36%
R=36.18%
G=23.46%
B=40.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821182030.100.4200.20285.1844.9762.94
HexB676CBA2A01411d2d3f
Octal26616631312520244355577
Binary101101101110110110010111010101010010100100011101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B676CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B676CB; }

 p { color: rgb(182,118,203); }

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

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

 a { background-color: rgb(182,118,203); }

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

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

 span { border-color: rgb(182,118,203); }

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