#BB80D0

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

Shades of East Side #BB80D0

Tints of East Side #BB80D0

Color information

#BB80D0 (or 0xBB80D0) is unknown color: approx East Side. HEX triplet: BB, 80 and D0. RGB value is (187,128,208). Sum of RGB (Red+Green+Blue) = 187+128+208=523 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.76% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB80D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB80D0 is #447F2F. Grayscale: #9A9A9A. Windows color (decimal): -4489008 or 13664443. OLE color: 13664443.

HSL color Cylindrical-coordinate representation of color #BB80D0: hue angle of 284.25º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB80D0 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187128208-
CMYK0.100.3800.18
HSL284.25º45.98%65.88%-
HSV(B)284.25º38.46%81.57%-
XYZ39.630.5663.49-
YUV154.76158.05151-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.76%
GREEN value IS 128 (50.39% from 255) = 24.47%
BLUE value IS 208 (81.64% from 255) = 39.77%
R=35.76%
G=24.47%
B=39.77%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871282080.100.3800.18284.2545.9865.88
HexBB80D0A2601211c2e42
Octal273200320124602243456102
Binary10111011100000001101000010101001100100101000111001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB80D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB80D0; }

 p { color: rgb(187,128,208); }

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

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

 a { background-color: rgb(187,128,208); }

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

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

 span { border-color: rgb(187,128,208); }

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