Shades of Wisteria #BB8AD5
Tints of Wisteria #BB8AD5
RGB
CMYK
RGB Variations
Color information
#BB8AD5 (or 0xBB8AD5) is known color: Wisteria. HEX triplet: BB, 8A and D5. RGB value is (187,138,213). Sum of RGB (Red+Green+Blue) = 187+138+213=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB8AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8AD5 is #44752A. Grayscale: #A0A0A0. Windows color (decimal): -4486443 or 13994683. OLE color: 13994683.
HSL color Cylindrical-coordinate representation of color #BB8AD5: hue angle of 279.2º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB8AD5 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 187 | 138 | 213 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.16 |
| HSL | 279.2º | 0.47% | 0.69% | - |
| HSV(B) | 279.2º | 0.35% | 0.84% | - |
| XYZ | 41.59 | 33.55 | 67.23 | - |
| YUV | 161.2 | 157.23 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 138 | 213 | 0.12 | 0.35 | 0 | 0.16 | 279.2 | 0.47 | 0.69 |
| Hex | BB | 8A | D5 | C | 23 | 0 | 10 | 117 | 2F | 45 |
| Octal | 273 | 212 | 325 | 14 | 43 | 0 | 20 | 427 | 57 | 105 |
| Binary | 10111011 | 10001010 | 11010101 | 1100 | 100011 | 0 | 10000 | 100010111 | 101111 | 1000101 |
Color Harmonies of #BB8AD5
Complementary color
Monochromatic Colors of #BB8AD5
Black with #BB8AD5
Text Example
Text Example
White with #BB8AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8AD5; }
p { color: rgb(187,138,213); }
H1.HeaderClassName
{
color: #BB8AD5;
}
.AnyTagClassName
{
color: #BB8AD5;
}
</style>
background-color css
<style>
a { background-color: #BB8AD5; }
a { background-color: rgb(187,138,213); }
div.DivClassName
{
background-color: #BB8AD5;
}
.BgClassName
{
background-color: #BB8AD5;
}
</style>
border-color css
<style>
span { border-color: #BB8AD5; }
span { border-color: rgb(187,138,213); }
td.TdClassName
{
border-color: #BB8AD5;
}
.TagClassName
{
border-color: #BB8AD5;
}
</style>