Shades of Wisteria #BB8FDC
Tints of Wisteria #BB8FDC
RGB
CMYK
RGB Variations
Color information
#BB8FDC (or 0xBB8FDC) is known color: Wisteria. HEX triplet: BB, 8F and DC. RGB value is (187,143,220). Sum of RGB (Red+Green+Blue) = 187+143+220=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB8FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8FDC is #447023. Grayscale: #A4A4A4. Windows color (decimal): -4485156 or 14454715. OLE color: 14454715.
HSL color Cylindrical-coordinate representation of color #BB8FDC: hue angle of 274.29º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB8FDC is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 143 | 220 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.14 |
| HSL | 274.29º | 0.52% | 0.71% | - |
| HSV(B) | 274.29º | 0.35% | 0.86% | - |
| XYZ | 43.23 | 35.38 | 72.26 | - |
| YUV | 164.93 | 159.08 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 220 | 0.15 | 0.35 | 0 | 0.14 | 274.29 | 0.52 | 0.71 |
| Hex | BB | 8F | DC | F | 23 | 0 | E | 112 | 34 | 47 |
| Octal | 273 | 217 | 334 | 17 | 43 | 0 | 16 | 422 | 64 | 107 |
| Binary | 10111011 | 10001111 | 11011100 | 1111 | 100011 | 0 | 1110 | 100010010 | 110100 | 1000111 |
Color Harmonies of #BB8FDC
Complementary color
Monochromatic Colors of #BB8FDC
Black with #BB8FDC
Text Example
Text Example
White with #BB8FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8FDC; }
p { color: rgb(187,143,220); }
H1.HeaderClassName
{
color: #BB8FDC;
}
.AnyTagClassName
{
color: #BB8FDC;
}
</style>
background-color css
<style>
a { background-color: #BB8FDC; }
a { background-color: rgb(187,143,220); }
div.DivClassName
{
background-color: #BB8FDC;
}
.BgClassName
{
background-color: #BB8FDC;
}
</style>
border-color css
<style>
span { border-color: #BB8FDC; }
span { border-color: rgb(187,143,220); }
td.TdClassName
{
border-color: #BB8FDC;
}
.TagClassName
{
border-color: #BB8FDC;
}
</style>