#BB79D1

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

Shades of East Side #BB79D1

Tints of East Side #BB79D1

Color information

#BB79D1 (or 0xBB79D1) is unknown color: approx East Side. HEX triplet: BB, 79 and D1. RGB value is (187,121,209). Sum of RGB (Red+Green+Blue) = 187+121+209=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 121 (47.66% from 255 or 23.40% from 517); Blue value is 209 (82.03% from 255 or 40.43% from 517); Max value from RGB is 209 - color contains mainly: blue. Hex color #BB79D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB79D1 is #44862E. Grayscale: #969696. Windows color (decimal): -4490799 or 13728187. OLE color: 13728187.

HSL color Cylindrical-coordinate representation of color #BB79D1: hue angle of 285º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB79D1 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187121209-
CMYK0.110.4200.18
HSL285º48.89%64.71%-
HSV(B)285º42.11%81.96%-
XYZ38.8428.8463.84-
YUV150.77160.87153.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.17%
GREEN value IS 121 (47.66% from 255) = 23.40%
BLUE value IS 209 (82.03% from 255) = 40.43%
R=36.17%
G=23.40%
B=40.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871212090.110.4200.1828548.8964.71
HexBB79D1B2A01211d3141
Octal273171321135202243561101
Binary1011101111110011101000110111010100100101000111011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB79D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB79D1; }

 p { color: rgb(187,121,209); }

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

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

 a { background-color: rgb(187,121,209); }

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

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

 span { border-color: rgb(187,121,209); }

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