Shades of Wisteria #BB8FD0
Tints of Wisteria #BB8FD0
RGB
CMYK
RGB Variations
Color information
#BB8FD0 (or 0xBB8FD0) is known color: Wisteria. HEX triplet: BB, 8F and D0. RGB value is (187,143,208). Sum of RGB (Red+Green+Blue) = 187+143+208=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB8FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8FD0 is #44702F. Grayscale: #A3A3A3. Windows color (decimal): -4485168 or 13668283. OLE color: 13668283.
HSL color Cylindrical-coordinate representation of color #BB8FD0: hue angle of 280.62º 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 #BB8FD0 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 187 | 143 | 208 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.18 |
| HSL | 280.62º | 0.41% | 0.69% | - |
| HSV(B) | 280.62º | 0.31% | 0.82% | - |
| XYZ | 41.7 | 34.76 | 64.19 | - |
| YUV | 163.57 | 153.08 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 208 | 0.10 | 0.31 | 0 | 0.18 | 280.62 | 0.41 | 0.69 |
| Hex | BB | 8F | D0 | A | 1F | 0 | 12 | 119 | 29 | 45 |
| Octal | 273 | 217 | 320 | 12 | 37 | 0 | 22 | 431 | 51 | 105 |
| Binary | 10111011 | 10001111 | 11010000 | 1010 | 11111 | 0 | 10010 | 100011001 | 101001 | 1000101 |
Color Harmonies of #BB8FD0
Complementary color
Monochromatic Colors of #BB8FD0
Black with #BB8FD0
Text Example
Text Example
White with #BB8FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8FD0; }
p { color: rgb(187,143,208); }
H1.HeaderClassName
{
color: #BB8FD0;
}
.AnyTagClassName
{
color: #BB8FD0;
}
</style>
background-color css
<style>
a { background-color: #BB8FD0; }
a { background-color: rgb(187,143,208); }
div.DivClassName
{
background-color: #BB8FD0;
}
.BgClassName
{
background-color: #BB8FD0;
}
</style>
border-color css
<style>
span { border-color: #BB8FD0; }
span { border-color: rgb(187,143,208); }
td.TdClassName
{
border-color: #BB8FD0;
}
.TagClassName
{
border-color: #BB8FD0;
}
</style>