#B681BB

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

Shades of East Side #B681BB

Tints of East Side #B681BB

Color information

#B681BB (or 0xB681BB) is unknown color: approx East Side. HEX triplet: B6, 81 and BB. RGB value is (182,129,187). Sum of RGB (Red+Green+Blue) = 182+129+187=498 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.55% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 187 - color contains mainly: blue. Hex color #B681BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B681BB is #497E44. Grayscale: #979797. Windows color (decimal): -4816453 or 12288438. OLE color: 12288438.

HSL color Cylindrical-coordinate representation of color #B681BB: hue angle of 294.83º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B681BB is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB182129187-
CMYK0.030.3100.27
HSL294.83º29.9%61.96%-
HSV(B)294.83º31.02%73.33%-
XYZ36.1129.2350.75-
YUV151.46148.06149.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.55%
GREEN value IS 129 (50.78% from 255) = 25.90%
BLUE value IS 187 (73.44% from 255) = 37.55%
R=36.55%
G=25.90%
B=37.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1821291870.030.3100.27294.8329.961.96
HexB681BB31F01B1271e3e
Octal2662012733370334473676
Binary101101101000000110111011111111101101110010011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B681BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B681BB; }

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

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

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

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

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

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

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

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