#BB87CF

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

Shades of East Side #BB87CF

Tints of East Side #BB87CF

Color information

#BB87CF (or 0xBB87CF) is unknown color: approx East Side. HEX triplet: BB, 87 and CF. RGB value is (187,135,207). Sum of RGB (Red+Green+Blue) = 187+135+207=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 135 (53.12% from 255 or 25.52% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB87CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB87CF is #447830. Grayscale: #9E9E9E. Windows color (decimal): -4487217 or 13600699. OLE color: 13600699.

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

Color convert

RGB187135207-
CMYK0.100.3500.19
HSL283.33º42.86%67.06%-
HSV(B)283.33º34.78%81.18%-
XYZ40.4232.463.15-
YUV158.76155.23148.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.35%
GREEN value IS 135 (53.12% from 255) = 25.52%
BLUE value IS 207 (81.25% from 255) = 39.13%
R=35.35%
G=25.52%
B=39.13%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1871352070.100.3500.19283.3342.8667.06
HexBB87CFA2301311b2b43
Octal273207317124302343353103
Binary10111011100001111100111110101000110100111000110111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB87CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB87CF; }

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

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

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

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

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

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

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

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