#BB79C3

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

Shades of East Side #BB79C3

Tints of East Side #BB79C3

Color information

#BB79C3 (or 0xBB79C3) is unknown color: approx East Side. HEX triplet: BB, 79 and C3. RGB value is (187,121,195). Sum of RGB (Red+Green+Blue) = 187+121+195=503 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.18% from 503); Green value is 121 (47.66% from 255 or 24.06% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 195 - color contains mainly: blue. Hex color #BB79C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB79C3 is #44863C. Grayscale: #949494. Windows color (decimal): -4490813 or 12810683. OLE color: 12810683.

HSL color Cylindrical-coordinate representation of color #BB79C3: hue angle of 293.51º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB79C3 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB187121195-
CMYK0.040.3800.24
HSL293.51º38.14%61.96%-
HSV(B)293.51º37.95%76.47%-
XYZ37.1828.1855.11-
YUV149.17153.87154.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.18%
GREEN value IS 121 (47.66% from 255) = 24.06%
BLUE value IS 195 (76.56% from 255) = 38.77%
R=37.18%
G=24.06%
B=38.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871211950.040.3800.24293.5138.1461.96
HexBB79C3426018126263e
Octal2731713034460304464676
Binary10111011111100111000011100100110011000100100110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB79C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB79C3; }

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

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

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

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

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

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

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

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