#BB90D0

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

Shades of Wisteria #BB90D0

Tints of Wisteria #BB90D0

Color information

#BB90D0 (or 0xBB90D0) is unknown color: approx Wisteria. HEX triplet: BB, 90 and D0. RGB value is (187,144,208). Sum of RGB (Red+Green+Blue) = 187+144+208=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 144 (56.64% from 255 or 26.72% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB90D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB90D0 is #446F2F. Grayscale: #A3A3A3. Windows color (decimal): -4484912 or 13668539. OLE color: 13668539.

HSL color Cylindrical-coordinate representation of color #BB90D0: hue angle of 280.31º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BB90D0 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB187144208-
CMYK0.100.3100.18
HSL280.31º40.51%69.02%-
HSV(B)280.31º30.77%81.57%-
XYZ41.8535.0764.24-
YUV164.15152.75144.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.69%
GREEN value IS 144 (56.64% from 255) = 26.72%
BLUE value IS 208 (81.64% from 255) = 38.59%
R=34.69%
G=26.72%
B=38.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1871442080.100.3100.18280.3140.5169.02
HexBB90D0A1F0121182945
Octal273220320123702243051105
Binary1011101110010000110100001010111110100101000110001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB90D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB90D0; }

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

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

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

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

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

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

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

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