#B681BC

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

Shades of East Side #B681BC

Tints of East Side #B681BC

Color information

#B681BC (or 0xB681BC) is unknown color: approx East Side. HEX triplet: B6, 81 and BC. RGB value is (182,129,188). Sum of RGB (Red+Green+Blue) = 182+129+188=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 129 (50.78% from 255 or 25.85% from 499); Blue value is 188 (73.83% from 255 or 37.68% from 499); Max value from RGB is 188 - color contains mainly: blue. Hex color #B681BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B681BC is #497E43. Grayscale: #979797. Windows color (decimal): -4816452 or 12353974. OLE color: 12353974.

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

Color convert

RGB182129188-
CMYK0.030.3100.26
HSL293.9º30.57%62.16%-
HSV(B)293.9º31.38%73.73%-
XYZ36.2229.2851.32-
YUV151.57148.56149.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.47%
GREEN value IS 129 (50.78% from 255) = 25.85%
BLUE value IS 188 (73.83% from 255) = 37.68%
R=36.47%
G=25.85%
B=37.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1821291880.030.3100.26293.930.5762.16
HexB681BC31F01A1261f3e
Octal2662012743370324463776
Binary101101101000000110111100111111101101010010011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B681BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B681BC; }

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

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

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

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

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

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

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

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