#BB82CD

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

Shades of East Side #BB82CD

Tints of East Side #BB82CD

Color information

#BB82CD (or 0xBB82CD) is unknown color: approx East Side. HEX triplet: BB, 82 and CD. RGB value is (187,130,205). Sum of RGB (Red+Green+Blue) = 187+130+205=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB82CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB82CD is #447D32. Grayscale: #9B9B9B. Windows color (decimal): -4488499 or 13468347. OLE color: 13468347.

HSL color Cylindrical-coordinate representation of color #BB82CD: hue angle of 285.6º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB82CD is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB187130205-
CMYK0.090.3700.20
HSL285.6º42.86%65.69%-
HSV(B)285.6º36.59%80.39%-
XYZ39.530.9461.65-
YUV155.59155.88150.4-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.82%
GREEN value IS 130 (51.17% from 255) = 24.90%
BLUE value IS 205 (80.47% from 255) = 39.27%
R=35.82%
G=24.90%
B=39.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1871302050.090.3700.20285.642.8665.69
HexBB82CD92501411e2b42
Octal273202315114502443653102
Binary10111011100000101100110110011001010101001000111101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB82CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB82CD; }

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

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

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

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

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

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

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

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