#BB7ACC

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

Shades of East Side #BB7ACC

Tints of East Side #BB7ACC

Color information

#BB7ACC (or 0xBB7ACC) is unknown color: approx East Side. HEX triplet: BB, 7A and CC. RGB value is (187,122,204). Sum of RGB (Red+Green+Blue) = 187+122+204=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 122 (48.05% from 255 or 23.78% from 513); Blue value is 204 (80.08% from 255 or 39.77% from 513); Max value from RGB is 204 - color contains mainly: blue. Hex color #BB7ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BB7ACC is #448533. Grayscale: #969696. Windows color (decimal): -4490548 or 13400763. OLE color: 13400763.

HSL color Cylindrical-coordinate representation of color #BB7ACC: hue angle of 287.56º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB7ACC is Cyan = 0.08, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB187122204-
CMYK0.080.4000.2
HSL287.56º44.57%63.92%-
HSV(B)287.56º40.2%80%-
XYZ38.3528.8460.67-
YUV150.78158.03153.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.45%
GREEN value IS 122 (48.05% from 255) = 23.78%
BLUE value IS 204 (80.08% from 255) = 39.77%
R=36.45%
G=23.78%
B=39.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1871222040.080.4000.2287.5644.5763.92
HexBB7ACC8280141202d40
Octal273172314105002444055100
Binary1011101111110101100110010001010000101001001000001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7ACC; }

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

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

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

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

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

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

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

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