#BB79C4

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

Shades of East Side #BB79C4

Tints of East Side #BB79C4

Color information

#BB79C4 (or 0xBB79C4) is unknown color: approx East Side. HEX triplet: BB, 79 and C4. RGB value is (187,121,196). Sum of RGB (Red+Green+Blue) = 187+121+196=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 196 - color contains mainly: blue. Hex color #BB79C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB79C4 is #44863B. Grayscale: #959595. Windows color (decimal): -4490812 or 12876219. OLE color: 12876219.

HSL color Cylindrical-coordinate representation of color #BB79C4: hue angle of 292.8º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB79C4 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB187121196-
CMYK0.050.3800.23
HSL292.8º38.86%62.16%-
HSV(B)292.8º38.27%76.86%-
XYZ37.2928.2355.71-
YUV149.28154.37154.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 121 (47.66% from 255) = 24.01%
BLUE value IS 196 (76.95% from 255) = 38.89%
R=37.10%
G=24.01%
B=38.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1871211960.050.3800.23292.838.8662.16
HexBB79C4526017125273e
Octal2731713045460274454776
Binary10111011111100111000100101100110010111100100101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB79C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB79C4; }

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

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

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

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

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

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

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

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