#BB87E0

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

Shades of Wisteria #BB87E0

Tints of Wisteria #BB87E0

Color information

#BB87E0 (or 0xBB87E0) is unknown color: approx Wisteria. HEX triplet: BB, 87 and E0. RGB value is (187,135,224). Sum of RGB (Red+Green+Blue) = 187+135+224=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 135 (53.12% from 255 or 24.73% from 546); Blue value is 224 (87.89% from 255 or 41.03% from 546); Max value from RGB is 224 - color contains mainly: blue. Hex color #BB87E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB87E0 is #44781F. Grayscale: #A0A0A0. Windows color (decimal): -4487200 or 14714811. OLE color: 14714811.

HSL color Cylindrical-coordinate representation of color #BB87E0: hue angle of 275.06º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB87E0 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB187135224-
CMYK0.170.4000.12
HSL275.06º58.94%70.39%-
HSV(B)275.06º39.73%87.84%-
XYZ42.6133.2774.7-
YUV160.69163.73146.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.25%
GREEN value IS 135 (53.12% from 255) = 24.73%
BLUE value IS 224 (87.89% from 255) = 41.03%
R=34.25%
G=24.73%
B=41.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1871352240.170.4000.12275.0658.9470.39
HexBB87E011280C1133b46
Octal273207340215001442373106
Binary10111011100001111110000010001101000011001000100111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB87E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB87E0; }

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

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

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

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

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

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

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

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