#BB79BF

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

Shades of East Side #BB79BF

Tints of East Side #BB79BF

Color information

#BB79BF (or 0xBB79BF) is unknown color: approx East Side. HEX triplet: BB, 79 and BF. RGB value is (187,121,191). Sum of RGB (Red+Green+Blue) = 187+121+191=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 121 (47.66% from 255 or 24.25% from 499); Blue value is 191 (75% from 255 or 38.28% from 499); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB79BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB79BF is #448640. Grayscale: #949494. Windows color (decimal): -4490817 or 12548539. OLE color: 12548539.

HSL color Cylindrical-coordinate representation of color #BB79BF: hue angle of 296.57º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB79BF is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187121191-
CMYK0.020.3700.25
HSL296.57º35.35%61.18%-
HSV(B)296.57º36.65%74.9%-
XYZ36.732852.76-
YUV148.71151.87155.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.47%
GREEN value IS 121 (47.66% from 255) = 24.25%
BLUE value IS 191 (75% from 255) = 38.28%
R=37.47%
G=24.25%
B=38.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871211910.020.3700.25296.5735.3561.18
HexBB79BF225019129233d
Octal2731712772450314514375
Binary1011101111110011011111110100101011001100101001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB79BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB79BF; }

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

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

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

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

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

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

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

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