#B682C1

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

Shades of East Side #B682C1

Tints of East Side #B682C1

Color information

#B682C1 (or 0xB682C1) is unknown color: approx East Side. HEX triplet: B6, 82 and C1. RGB value is (182,130,193). Sum of RGB (Red+Green+Blue) = 182+130+193=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 193 (75.78% from 255 or 38.22% from 505); Max value from RGB is 193 - color contains mainly: blue. Hex color #B682C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B682C1 is #497D3E. Grayscale: #989898. Windows color (decimal): -4816191 or 12681910. OLE color: 12681910.

HSL color Cylindrical-coordinate representation of color #B682C1: hue angle of 289.52º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B682C1 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB182130193-
CMYK0.060.3300.24
HSL289.52º33.69%63.33%-
HSV(B)289.52º32.64%75.69%-
XYZ36.929.7654.25-
YUV152.73150.73148.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.04%
GREEN value IS 130 (51.17% from 255) = 25.74%
BLUE value IS 193 (75.78% from 255) = 38.22%
R=36.04%
G=25.74%
B=38.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1821301930.060.3300.24289.5233.6963.33
HexB682C1621018122223f
Octal2662023016410304424277
Binary101101101000001011000001110100001011000100100010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B682C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B682C1; }

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

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

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

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

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

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

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

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