#BB90D5

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

Shades of Wisteria #BB90D5

Tints of Wisteria #BB90D5

Color information

#BB90D5 (or 0xBB90D5) is unknown color: approx Wisteria. HEX triplet: BB, 90 and D5. RGB value is (187,144,213). Sum of RGB (Red+Green+Blue) = 187+144+213=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 213 (83.59% from 255 or 39.15% from 544); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB90D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB90D5 is #446F2A. Grayscale: #A4A4A4. Windows color (decimal): -4484907 or 13996219. OLE color: 13996219.

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

Color convert

RGB187144213-
CMYK0.120.3200.16
HSL277.39º45.1%70%-
HSV(B)277.39º32.39%83.53%-
XYZ42.4835.3267.53-
YUV164.72155.25143.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.38%
GREEN value IS 144 (56.64% from 255) = 26.47%
BLUE value IS 213 (83.59% from 255) = 39.15%
R=34.38%
G=26.47%
B=39.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1871442130.120.3200.16277.3945.170
HexBB90D5C200101152d46
Octal273220325144002042555106
Binary10111011100100001101010111001000000100001000101011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB90D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB90D5; }

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

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

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

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

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

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

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

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