#BB7AC4

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

Shades of East Side #BB7AC4

Tints of East Side #BB7AC4

Color information

#BB7AC4 (or 0xBB7AC4) is unknown color: approx East Side. HEX triplet: BB, 7A and C4. RGB value is (187,122,196). Sum of RGB (Red+Green+Blue) = 187+122+196=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 196 - color contains mainly: blue. Hex color #BB7AC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7AC4 is #44853B. Grayscale: #959595. Windows color (decimal): -4490556 or 12876475. OLE color: 12876475.

HSL color Cylindrical-coordinate representation of color #BB7AC4: hue angle of 292.7º 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 #BB7AC4 is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB187122196-
CMYK0.050.3800.23
HSL292.7º38.54%62.35%-
HSV(B)292.7º37.76%76.86%-
XYZ37.4228.4755.75-
YUV149.87154.03154.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.03%
GREEN value IS 122 (48.05% from 255) = 24.16%
BLUE value IS 196 (76.95% from 255) = 38.81%
R=37.03%
G=24.16%
B=38.81%

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
Decimal1871221960.050.3800.23292.738.5462.35
HexBB7AC4526017125273e
Octal2731723045460274454776
Binary10111011111101011000100101100110010111100100101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7AC4; }

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

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

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

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

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

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

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

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