#BB82BF

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

Shades of East Side #BB82BF

Tints of East Side #BB82BF

Color information

#BB82BF (or 0xBB82BF) is unknown color: approx East Side. HEX triplet: BB, 82 and BF. RGB value is (187,130,191). Sum of RGB (Red+Green+Blue) = 187+130+191=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 191 (75% from 255 or 37.60% from 508); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB82BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB82BF is #447D40. Grayscale: #999999. Windows color (decimal): -4488513 or 12550843. OLE color: 12550843.

HSL color Cylindrical-coordinate representation of color #BB82BF: hue angle of 296.07º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BB82BF is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB187130191-
CMYK0.020.3200.25
HSL296.07º32.28%62.94%-
HSV(B)296.07º31.94%74.9%-
XYZ37.8830.2953.14-
YUV154148.88151.54-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 130 (51.17% from 255) = 25.59%
BLUE value IS 191 (75% from 255) = 37.60%
R=36.81%
G=25.59%
B=37.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871301910.020.3200.25296.0732.2862.94
HexBB82BF220019128203f
Octal2732022772400314504077
Binary10111011100000101011111110100000011001100101000100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB82BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB82BF; }

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

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

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

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

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

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

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

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