#BB84C1

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

Shades of East Side #BB84C1

Tints of East Side #BB84C1

Color information

#BB84C1 (or 0xBB84C1) is unknown color: approx East Side. HEX triplet: BB, 84 and C1. RGB value is (187,132,193). Sum of RGB (Red+Green+Blue) = 187+132+193=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 132 (51.95% from 255 or 25.78% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB84C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB84C1 is #447B3E. Grayscale: #9B9B9B. Windows color (decimal): -4487999 or 12682427. OLE color: 12682427.

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

Color convert

RGB187132193-
CMYK0.030.3200.24
HSL294.1º32.97%63.73%-
HSV(B)294.1º31.61%75.69%-
XYZ38.3730.9254.4-
YUV155.4149.22150.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.52%
GREEN value IS 132 (51.95% from 255) = 25.78%
BLUE value IS 193 (75.78% from 255) = 37.70%
R=36.52%
G=25.78%
B=37.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871321930.030.3200.24294.132.9763.73
HexBB84C13200181262140
Octal27320430134003044641100
Binary101110111000010011000001111000000110001001001101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB84C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB84C1; }

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

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

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

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

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

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

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

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