#BB90DF

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

Shades of Wisteria #BB90DF

Tints of Wisteria #BB90DF

Color information

#BB90DF (or 0xBB90DF) is unknown color: approx Wisteria. HEX triplet: BB, 90 and DF. RGB value is (187,144,223). Sum of RGB (Red+Green+Blue) = 187+144+223=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB90DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB90DF is #446F20. Grayscale: #A5A5A5. Windows color (decimal): -4484897 or 14651579. OLE color: 14651579.

HSL color Cylindrical-coordinate representation of color #BB90DF: hue angle of 272.66º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB90DF is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB187144223-
CMYK0.160.3500.13
HSL272.66º55.24%71.96%-
HSV(B)272.66º35.43%87.45%-
XYZ43.7935.8474.42-
YUV165.86160.25143.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.75%
GREEN value IS 144 (56.64% from 255) = 25.99%
BLUE value IS 223 (87.5% from 255) = 40.25%
R=33.75%
G=25.99%
B=40.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1871442230.160.3500.13272.6655.2471.96
HexBB90DF10230D1113748
Octal273220337204301542167110
Binary10111011100100001101111110000100011011011000100011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB90DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB90DF; }

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

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

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

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

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

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

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

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