#BB7AC6

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

Shades of East Side #BB7AC6

Tints of East Side #BB7AC6

Color information

#BB7AC6 (or 0xBB7AC6) is unknown color: approx East Side. HEX triplet: BB, 7A and C6. RGB value is (187,122,198). Sum of RGB (Red+Green+Blue) = 187+122+198=507 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.88% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 198 - color contains mainly: blue. Hex color #BB7AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7AC6 is #448539. Grayscale: #959595. Windows color (decimal): -4490554 or 13007547. OLE color: 13007547.

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

Color convert

RGB187122198-
CMYK0.060.3800.22
HSL291.32º40%62.75%-
HSV(B)291.32º38.38%77.65%-
XYZ37.6528.5656.95-
YUV150.1155.03154.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.88%
GREEN value IS 122 (48.05% from 255) = 24.06%
BLUE value IS 198 (77.73% from 255) = 39.05%
R=36.88%
G=24.06%
B=39.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871221980.060.3800.22291.324062.75
HexBB7AC6626016123283f
Octal2731723066460264435077
Binary10111011111101011000110110100110010110100100011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7AC6; }

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

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

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

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

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

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

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

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