Shades of Wisteria #BB85E6
Tints of Wisteria #BB85E6
RGB
CMYK
RGB Variations
Color information
#BB85E6 (or 0xBB85E6) is known color: Wisteria. HEX triplet: BB, 85 and E6. RGB value is (187,133,230). Sum of RGB (Red+Green+Blue) = 187+133+230=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 230 (90.23% from 255 or 41.82% from 550); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB85E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB85E6 is #447A19. Grayscale: #9F9F9F. Windows color (decimal): -4487706 or 15107515. OLE color: 15107515.
HSL color Cylindrical-coordinate representation of color #BB85E6: hue angle of 273.4º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB85E6 is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 133 | 230 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.10 |
| HSL | 273.4º | 0.66% | 0.71% | - |
| HSV(B) | 273.4º | 0.42% | 0.9% | - |
| XYZ | 43.16 | 33.05 | 78.97 | - |
| YUV | 160.2 | 167.39 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 230 | 0.19 | 0.42 | 0 | 0.10 | 273.4 | 0.66 | 0.71 |
| Hex | BB | 85 | E6 | 13 | 2A | 0 | A | 111 | 42 | 47 |
| Octal | 273 | 205 | 346 | 23 | 52 | 0 | 12 | 421 | 102 | 107 |
| Binary | 10111011 | 10000101 | 11100110 | 10011 | 101010 | 0 | 1010 | 100010001 | 1000010 | 1000111 |
Color Harmonies of #BB85E6
Complementary color
Monochromatic Colors of #BB85E6
Black with #BB85E6
Text Example
Text Example
White with #BB85E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB85E6; }
p { color: rgb(187,133,230); }
H1.HeaderClassName
{
color: #BB85E6;
}
.AnyTagClassName
{
color: #BB85E6;
}
</style>
background-color css
<style>
a { background-color: #BB85E6; }
a { background-color: rgb(187,133,230); }
div.DivClassName
{
background-color: #BB85E6;
}
.BgClassName
{
background-color: #BB85E6;
}
</style>
border-color css
<style>
span { border-color: #BB85E6; }
span { border-color: rgb(187,133,230); }
td.TdClassName
{
border-color: #BB85E6;
}
.TagClassName
{
border-color: #BB85E6;
}
</style>