Shades of Wisteria #BB81F3
Tints of Wisteria #BB81F3
RGB
CMYK
RGB Variations
Color information
#BB81F3 (or 0xBB81F3) is known color: Wisteria. HEX triplet: BB, 81 and F3. RGB value is (187,129,243). Sum of RGB (Red+Green+Blue) = 187+129+243=559 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.45% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 243 (95.31% from 255 or 43.47% from 559); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB81F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB81F3 is #447E0C. Grayscale: #9E9E9E. Windows color (decimal): -4488717 or 15958459. OLE color: 15958459.
HSL color Cylindrical-coordinate representation of color #BB81F3: hue angle of 270.53º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB81F3 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 129 | 243 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.05 |
| HSL | 270.53º | 0.83% | 0.73% | - |
| HSV(B) | 270.53º | 0.47% | 0.95% | - |
| XYZ | 44.52 | 32.74 | 88.77 | - |
| YUV | 159.34 | 175.22 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 129 | 243 | 0.23 | 0.47 | 0 | 0.05 | 270.53 | 0.83 | 0.73 |
| Hex | BB | 81 | F3 | 17 | 2F | 0 | 5 | 10F | 53 | 49 |
| Octal | 273 | 201 | 363 | 27 | 57 | 0 | 5 | 417 | 123 | 111 |
| Binary | 10111011 | 10000001 | 11110011 | 10111 | 101111 | 0 | 101 | 100001111 | 1010011 | 1001001 |
Color Harmonies of #BB81F3
Complementary color
Monochromatic Colors of #BB81F3
Black with #BB81F3
Text Example
Text Example
White with #BB81F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB81F3; }
p { color: rgb(187,129,243); }
H1.HeaderClassName
{
color: #BB81F3;
}
.AnyTagClassName
{
color: #BB81F3;
}
</style>
background-color css
<style>
a { background-color: #BB81F3; }
a { background-color: rgb(187,129,243); }
div.DivClassName
{
background-color: #BB81F3;
}
.BgClassName
{
background-color: #BB81F3;
}
</style>
border-color css
<style>
span { border-color: #BB81F3; }
span { border-color: rgb(187,129,243); }
td.TdClassName
{
border-color: #BB81F3;
}
.TagClassName
{
border-color: #BB81F3;
}
</style>