#BB7AC7

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

Shades of East Side #BB7AC7

Tints of East Side #BB7AC7

Color information

#BB7AC7 (or 0xBB7AC7) is unknown color: approx East Side. HEX triplet: BB, 7A and C7. RGB value is (187,122,199). Sum of RGB (Red+Green+Blue) = 187+122+199=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 199 (78.12% from 255 or 39.17% from 508); Max value from RGB is 199 - color contains mainly: blue. Hex color #BB7AC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7AC7 is #448538. Grayscale: #959595. Windows color (decimal): -4490553 or 13073083. OLE color: 13073083.

HSL color Cylindrical-coordinate representation of color #BB7AC7: hue angle of 290.65º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB7AC7 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187122199-
CMYK0.060.3900.22
HSL290.65º40.74%62.94%-
HSV(B)290.65º38.69%78.04%-
XYZ37.7628.6157.56-
YUV150.21155.53154.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 122 (48.05% from 255) = 24.02%
BLUE value IS 199 (78.12% from 255) = 39.17%
R=36.81%
G=24.02%
B=39.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871221990.060.3900.22290.6540.7462.94
HexBB7AC7627016123293f
Octal2731723076470264435177
Binary10111011111101011000111110100111010110100100011101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7AC7; }

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

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

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

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

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

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

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

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