#BB7AE9

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

Shades of Wisteria #BB7AE9

Tints of Wisteria #BB7AE9

Color information

#BB7AE9 (or 0xBB7AE9) is unknown color: approx Wisteria. HEX triplet: BB, 7A and E9. RGB value is (187,122,233). Sum of RGB (Red+Green+Blue) = 187+122+233=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 122 (48.05% from 255 or 22.51% from 542); Blue value is 233 (91.41% from 255 or 42.99% from 542); Max value from RGB is 233 - color contains mainly: blue. Hex color #BB7AE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB7AE9 is #448516. Grayscale: #999999. Windows color (decimal): -4490519 or 15301307. OLE color: 15301307.

HSL color Cylindrical-coordinate representation of color #BB7AE9: hue angle of 275.14º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BB7AE9 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187122233-
CMYK0.200.4800.09
HSL275.14º71.61%69.61%-
HSV(B)275.14º47.64%91.37%-
XYZ42.1630.3780.73-
YUV154.09172.53151.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.50%
GREEN value IS 122 (48.05% from 255) = 22.51%
BLUE value IS 233 (91.41% from 255) = 42.99%
R=34.50%
G=22.51%
B=42.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1871222330.200.4800.09275.1471.6169.61
HexBB7AE91430091134846
Octal2731723512460011423110106
Binary10111011111101011101001101001100000100110001001110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB7AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB7AE9; }

 p { color: rgb(187,122,233); }

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

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

 a { background-color: rgb(187,122,233); }

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

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

 span { border-color: rgb(187,122,233); }

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