#BB90DC

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

Shades of Wisteria #BB90DC

Tints of Wisteria #BB90DC

Color information

#BB90DC (or 0xBB90DC) is unknown color: approx Wisteria. HEX triplet: BB, 90 and DC. RGB value is (187,144,220). Sum of RGB (Red+Green+Blue) = 187+144+220=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB90DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB90DC is #446F23. Grayscale: #A5A5A5. Windows color (decimal): -4484900 or 14454971. OLE color: 14454971.

HSL color Cylindrical-coordinate representation of color #BB90DC: hue angle of 273.95º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB90DC is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB187144220-
CMYK0.150.3500.14
HSL273.95º52.05%71.37%-
HSV(B)273.95º34.55%86.27%-
XYZ43.3935.6872.31-
YUV165.52158.75143.32-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.94%
GREEN value IS 144 (56.64% from 255) = 26.13%
BLUE value IS 220 (86.33% from 255) = 39.93%
R=33.94%
G=26.13%
B=39.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1871442200.150.3500.14273.9552.0571.37
HexBB90DCF230E1123447
Octal273220334174301642264107
Binary1011101110010000110111001111100011011101000100101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB90DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB90DC; }

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

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

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

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

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

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

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

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