#BB90D7

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

Shades of Wisteria #BB90D7

Tints of Wisteria #BB90D7

Color information

#BB90D7 (or 0xBB90D7) is unknown color: approx Wisteria. HEX triplet: BB, 90 and D7. RGB value is (187,144,215). Sum of RGB (Red+Green+Blue) = 187+144+215=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 144 (56.64% from 255 or 26.37% from 546); Blue value is 215 (84.38% from 255 or 39.38% from 546); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB90D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB90D7 is #446F28. Grayscale: #A4A4A4. Windows color (decimal): -4484905 or 14127291. OLE color: 14127291.

HSL color Cylindrical-coordinate representation of color #BB90D7: hue angle of 276.34º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB90D7 is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB187144215-
CMYK0.130.3300.16
HSL276.34º47.02%70.39%-
HSV(B)276.34º33.02%84.31%-
XYZ42.7335.4268.87-
YUV164.95156.25143.73-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.25%
GREEN value IS 144 (56.64% from 255) = 26.37%
BLUE value IS 215 (84.38% from 255) = 39.38%
R=34.25%
G=26.37%
B=39.38%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871442150.130.3300.16276.3447.0270.39
HexBB90D7D210101142f46
Octal273220327154102042457106
Binary10111011100100001101011111011000010100001000101001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB90D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB90D7; }

 p { color: rgb(187,144,215); }

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

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

 a { background-color: rgb(187,144,215); }

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

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

 span { border-color: rgb(187,144,215); }

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