Shades of Wisteria #BB8CDD
Tints of Wisteria #BB8CDD
RGB
CMYK
RGB Variations
Color information
#BB8CDD (or 0xBB8CDD) is known color: Wisteria. HEX triplet: BB, 8C and DD. RGB value is (187,140,221). Sum of RGB (Red+Green+Blue) = 187+140+221=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB8CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB8CDD is #447322. Grayscale: #A3A3A3. Windows color (decimal): -4485923 or 14519483. OLE color: 14519483.
HSL color Cylindrical-coordinate representation of color #BB8CDD: hue angle of 274.81º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB8CDD is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 140 | 221 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.13 |
| HSL | 274.81º | 0.54% | 0.71% | - |
| HSV(B) | 274.81º | 0.37% | 0.87% | - |
| XYZ | 42.92 | 34.54 | 72.81 | - |
| YUV | 163.29 | 160.57 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 221 | 0.15 | 0.37 | 0 | 0.13 | 274.81 | 0.54 | 0.71 |
| Hex | BB | 8C | DD | F | 25 | 0 | D | 113 | 36 | 47 |
| Octal | 273 | 214 | 335 | 17 | 45 | 0 | 15 | 423 | 66 | 107 |
| Binary | 10111011 | 10001100 | 11011101 | 1111 | 100101 | 0 | 1101 | 100010011 | 110110 | 1000111 |
Color Harmonies of #BB8CDD
Complementary color
Monochromatic Colors of #BB8CDD
Black with #BB8CDD
Text Example
Text Example
White with #BB8CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8CDD; }
p { color: rgb(187,140,221); }
H1.HeaderClassName
{
color: #BB8CDD;
}
.AnyTagClassName
{
color: #BB8CDD;
}
</style>
background-color css
<style>
a { background-color: #BB8CDD; }
a { background-color: rgb(187,140,221); }
div.DivClassName
{
background-color: #BB8CDD;
}
.BgClassName
{
background-color: #BB8CDD;
}
</style>
border-color css
<style>
span { border-color: #BB8CDD; }
span { border-color: rgb(187,140,221); }
td.TdClassName
{
border-color: #BB8CDD;
}
.TagClassName
{
border-color: #BB8CDD;
}
</style>