#B676D0

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

Shades of East Side #B676D0

Tints of East Side #B676D0

Color information

#B676D0 (or 0xB676D0) is unknown color: approx East Side. HEX triplet: B6, 76 and D0. RGB value is (182,118,208). Sum of RGB (Red+Green+Blue) = 182+118+208=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 118 (46.48% from 255 or 23.23% from 508); Blue value is 208 (81.64% from 255 or 40.94% from 508); Max value from RGB is 208 - color contains mainly: blue. Hex color #B676D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B676D0 is #49892F. Grayscale: #939393. Windows color (decimal): -4819248 or 13661878. OLE color: 13661878.

HSL color Cylindrical-coordinate representation of color #B676D0: hue angle of 282.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B676D0 is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB182118208-
CMYK0.120.4300.18
HSL282.67º48.91%63.92%-
HSV(B)282.67º43.27%81.57%-
XYZ37.1627.4663.02-
YUV147.4162.2152.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.83%
GREEN value IS 118 (46.48% from 255) = 23.23%
BLUE value IS 208 (81.64% from 255) = 40.94%
R=35.83%
G=23.23%
B=40.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1821182080.120.4300.18282.6748.9163.92
HexB676D0C2B01211b3140
Octal266166320145302243361100
Binary1011011011101101101000011001010110100101000110111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B676D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B676D0; }

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

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

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

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

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

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

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

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