#BB82C8

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

Shades of East Side #BB82C8

Tints of East Side #BB82C8

Color information

#BB82C8 (or 0xBB82C8) is unknown color: approx East Side. HEX triplet: BB, 82 and C8. RGB value is (187,130,200). Sum of RGB (Red+Green+Blue) = 187+130+200=517 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.17% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 200 (78.52% from 255 or 38.68% from 517); Max value from RGB is 200 - color contains mainly: blue. Hex color #BB82C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB82C8 is #447D37. Grayscale: #9A9A9A. Windows color (decimal): -4488504 or 13140667. OLE color: 13140667.

HSL color Cylindrical-coordinate representation of color #BB82C8: hue angle of 288.86º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB82C8 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB187130200-
CMYK0.060.3500.22
HSL288.86º38.89%64.71%-
HSV(B)288.86º35%78.43%-
XYZ38.930.758.52-
YUV155.02153.38150.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.17%
GREEN value IS 130 (51.17% from 255) = 25.15%
BLUE value IS 200 (78.52% from 255) = 38.68%
R=36.17%
G=25.15%
B=38.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1871302000.060.3500.22288.8638.8964.71
HexBB82C86230161212741
Octal27320231064302644147101
Binary1011101110000010110010001101000110101101001000011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB82C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB82C8; }

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

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

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

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

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

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

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

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