#B682D1

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

Shades of East Side #B682D1

Tints of East Side #B682D1

Color information

#B682D1 (or 0xB682D1) is unknown color: approx East Side. HEX triplet: B6, 82 and D1. RGB value is (182,130,209). Sum of RGB (Red+Green+Blue) = 182+130+209=521 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.93% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #B682D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B682D1 is #497D2E. Grayscale: #9A9A9A. Windows color (decimal): -4816175 or 13730486. OLE color: 13730486.

HSL color Cylindrical-coordinate representation of color #B682D1: hue angle of 279.49º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B682D1 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB182130209-
CMYK0.130.3800.18
HSL279.49º46.2%66.47%-
HSV(B)279.49º37.8%81.96%-
XYZ38.7830.5164.17-
YUV154.55158.73147.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.93%
GREEN value IS 130 (51.17% from 255) = 24.95%
BLUE value IS 209 (82.03% from 255) = 40.12%
R=34.93%
G=24.95%
B=40.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1821302090.130.3800.18279.4946.266.47
HexB682D1D260121172e42
Octal266202321154602242756102
Binary10110110100000101101000111011001100100101000101111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B682D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B682D1; }

 p { color: rgb(182,130,209); }

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

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

 a { background-color: rgb(182,130,209); }

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

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

 span { border-color: rgb(182,130,209); }

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