#BB82D0

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

Shades of East Side #BB82D0

Tints of East Side #BB82D0

Color information

#BB82D0 (or 0xBB82D0) is unknown color: approx East Side. HEX triplet: BB, 82 and D0. RGB value is (187,130,208). Sum of RGB (Red+Green+Blue) = 187+130+208=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB82D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB82D0 is #447D2F. Grayscale: #9B9B9B. Windows color (decimal): -4488496 or 13664955. OLE color: 13664955.

HSL color Cylindrical-coordinate representation of color #BB82D0: hue angle of 283.85º degrees, saturation: 0.45, 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 #BB82D0 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187130208-
CMYK0.100.3800.18
HSL283.85º45.35%66.27%-
HSV(B)283.85º37.5%81.57%-
XYZ39.8631.0863.57-
YUV155.94157.38150.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.62%
GREEN value IS 130 (51.17% from 255) = 24.76%
BLUE value IS 208 (81.64% from 255) = 39.62%
R=35.62%
G=24.76%
B=39.62%

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
Decimal1871302080.100.3800.18283.8545.3566.27
HexBB82D0A2601211c2d42
Octal273202320124602243455102
Binary10111011100000101101000010101001100100101000111001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB82D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB82D0; }

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

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

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

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

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

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

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

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