#bb82cf

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

Shades of East Side #BB82CF

Tints of East Side #BB82CF

Color information

#BB82CF (or 0xBB82CF) is unknown color: approx East Side. HEX triplet: BB, 82 and CF. RGB value is (187,130,207). Sum of RGB (Red+Green+Blue) = 187+130+207=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB82CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB82CF is #447D30. Grayscale: #9B9B9B. Windows color (decimal): -4488497 or 13599419. OLE color: 13599419.

HSL color Cylindrical-coordinate representation of color #BB82CF: hue angle of 284.42º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB82CF is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB187130207-
CMYK0.100.3700.19
HSL284.42º44.51%66.08%-
HSV(B)284.42º37.2%81.18%-
XYZ39.7431.0462.93-
YUV155.82156.88150.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 130 (51.17% from 255) = 24.81%
BLUE value IS 207 (81.25% from 255) = 39.50%
R=35.69%
G=24.81%
B=39.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871302070.100.3700.19284.4244.5166.08
HexBB82CFA2501311c2d42
Octal273202317124502343455102
Binary10111011100000101100111110101001010100111000111001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb82cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb82cf; }

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

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

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

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

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

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

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

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