#BB7AC3

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

Shades of East Side #BB7AC3

Tints of East Side #BB7AC3

Color information

#BB7AC3 (or 0xBB7AC3) is unknown color: approx East Side. HEX triplet: BB, 7A and C3. RGB value is (187,122,195). Sum of RGB (Red+Green+Blue) = 187+122+195=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 195 (76.56% from 255 or 38.69% from 504); Max value from RGB is 195 - color contains mainly: blue. Hex color #BB7AC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7AC3 is #44853C. Grayscale: #959595. Windows color (decimal): -4490557 or 12810939. OLE color: 12810939.

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

Color convert

RGB187122195-
CMYK0.040.3700.24
HSL293.42º37.82%62.16%-
HSV(B)293.42º37.44%76.47%-
XYZ37.328.4255.15-
YUV149.76153.53154.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.10%
GREEN value IS 122 (48.05% from 255) = 24.21%
BLUE value IS 195 (76.56% from 255) = 38.69%
R=37.10%
G=24.21%
B=38.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871221950.040.3700.24293.4237.8262.16
HexBB7AC3425018125263e
Octal2731723034450304454676
Binary10111011111101011000011100100101011000100100101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7AC3; }

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

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

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

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

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

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

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

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