Shades of Wisteria #BC88FF
Tints of Wisteria #BC88FF
RGB
CMYK
RGB Variations
Color information
#BC88FF (or 0xBC88FF) is known color: Wisteria. HEX triplet: BC, 88 and FF. RGB value is (188,136,255). Sum of RGB (Red+Green+Blue) = 188+136+255=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 136 (53.52% from 255 or 23.49% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC88FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC88FF is #437700. Grayscale: #A4A4A4. Windows color (decimal): -4421377 or 16746684. OLE color: 16746684.
HSL color Cylindrical-coordinate representation of color #BC88FF: hue angle of 266.22º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC88FF is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 136 | 255 | - |
| CMYK | 0.26 | 0.47 | 0 | 0 |
| HSL | 266.22º | 1% | 0.77% | - |
| HSV(B) | 266.22º | 0.47% | 1% | - |
| XYZ | 47.59 | 35.52 | 98.96 | - |
| YUV | 165.11 | 178.73 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 255 | 0.26 | 0.47 | 0 | 0 | 266.22 | 1 | 0.77 |
| Hex | BC | 88 | FF | 1A | 2F | 0 | 0 | 10A | 64 | 4D |
| Octal | 274 | 210 | 377 | 32 | 57 | 0 | 0 | 412 | 144 | 115 |
| Binary | 10111100 | 10001000 | 11111111 | 11010 | 101111 | 0 | 0 | 100001010 | 1100100 | 1001101 |
Color Harmonies of #BC88FF
Complementary color
Monochromatic Colors of #BC88FF
Black with #BC88FF
Text Example
Text Example
White with #BC88FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC88FF; }
p { color: rgb(188,136,255); }
H1.HeaderClassName
{
color: #BC88FF;
}
.AnyTagClassName
{
color: #BC88FF;
}
</style>
background-color css
<style>
a { background-color: #BC88FF; }
a { background-color: rgb(188,136,255); }
div.DivClassName
{
background-color: #BC88FF;
}
.BgClassName
{
background-color: #BC88FF;
}
</style>
border-color css
<style>
span { border-color: #BC88FF; }
span { border-color: rgb(188,136,255); }
td.TdClassName
{
border-color: #BC88FF;
}
.TagClassName
{
border-color: #BC88FF;
}
</style>