#B681C1

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

Shades of East Side #B681C1

Tints of East Side #B681C1

Color information

#B681C1 (or 0xB681C1) is unknown color: approx East Side. HEX triplet: B6, 81 and C1. RGB value is (182,129,193). Sum of RGB (Red+Green+Blue) = 182+129+193=504 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.11% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 193 (75.78% from 255 or 38.29% from 504); Max value from RGB is 193 - color contains mainly: blue. Hex color #B681C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B681C1 is #497E3E. Grayscale: #979797. Windows color (decimal): -4816447 or 12681654. OLE color: 12681654.

HSL color Cylindrical-coordinate representation of color #B681C1: hue angle of 289.69º 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 #B681C1 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB182129193-
CMYK0.060.3300.24
HSL289.69º34.04%63.14%-
HSV(B)289.69º33.16%75.69%-
XYZ36.7729.554.21-
YUV152.14151.06149.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.11%
GREEN value IS 129 (50.78% from 255) = 25.60%
BLUE value IS 193 (75.78% from 255) = 38.29%
R=36.11%
G=25.60%
B=38.29%

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
Decimal1821291930.060.3300.24289.6934.0463.14
HexB681C1621018122223f
Octal2662013016410304424277
Binary101101101000000111000001110100001011000100100010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B681C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B681C1; }

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

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

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

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

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

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

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

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