#BB81D5

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

Shades of East Side #BB81D5

Tints of East Side #BB81D5

Color information

#BB81D5 (or 0xBB81D5) is unknown color: approx East Side. HEX triplet: BB, 81 and D5. RGB value is (187,129,213). Sum of RGB (Red+Green+Blue) = 187+129+213=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 129 (50.78% from 255 or 24.39% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB81D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB81D5 is #447E2A. Grayscale: #9B9B9B. Windows color (decimal): -4488747 or 13992379. OLE color: 13992379.

HSL color Cylindrical-coordinate representation of color #BB81D5: hue angle of 281.43º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB81D5 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187129213-
CMYK0.120.3900.16
HSL281.43º50%67.06%-
HSV(B)281.43º39.44%83.53%-
XYZ40.3531.0766.82-
YUV155.92160.22150.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.35%
GREEN value IS 129 (50.78% from 255) = 24.39%
BLUE value IS 213 (83.59% from 255) = 40.26%
R=35.35%
G=24.39%
B=40.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871292130.120.3900.16281.435067.06
HexBB81D5C270101193243
Octal273201325144702043162103
Binary10111011100000011101010111001001110100001000110011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB81D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB81D5; }

 p { color: rgb(187,129,213); }

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

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

 a { background-color: rgb(187,129,213); }

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

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

 span { border-color: rgb(187,129,213); }

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