#BB80C1

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

Shades of East Side #BB80C1

Tints of East Side #BB80C1

Color information

#BB80C1 (or 0xBB80C1) is unknown color: approx East Side. HEX triplet: BB, 80 and C1. RGB value is (187,128,193). Sum of RGB (Red+Green+Blue) = 187+128+193=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 193 (75.78% from 255 or 37.99% from 508); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB80C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB80C1 is #447F3E. Grayscale: #989898. Windows color (decimal): -4489023 or 12681403. OLE color: 12681403.

HSL color Cylindrical-coordinate representation of color #BB80C1: hue angle of 294.46º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BB80C1 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB187128193-
CMYK0.030.3400.24
HSL294.46º34.39%62.94%-
HSV(B)294.46º33.68%75.69%-
XYZ37.8429.8554.22-
YUV153.05150.55152.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 128 (50.39% from 255) = 25.20%
BLUE value IS 193 (75.78% from 255) = 37.99%
R=36.81%
G=25.20%
B=37.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871281930.030.3400.24294.4634.3962.94
HexBB80C1322018126223f
Octal2732003013420304464277
Binary10111011100000001100000111100010011000100100110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB80C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB80C1; }

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

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

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

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

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

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

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

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