Shades of Wisteria #BF8FE8
Tints of Wisteria #BF8FE8
RGB
CMYK
RGB Variations
Color information
#BF8FE8 (or 0xBF8FE8) is known color: Wisteria. HEX triplet: BF, 8F and E8. RGB value is (191,143,232). Sum of RGB (Red+Green+Blue) = 191+143+232=566 (74% of max value = 765). Red value is 191 (75% from 255 or 33.75% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 232 (91.02% from 255 or 40.99% from 566); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF8FE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF8FE8 is #407017. Grayscale: #A7A7A7. Windows color (decimal): -4223000 or 15241151. OLE color: 15241151.
HSL color Cylindrical-coordinate representation of color #BF8FE8: hue angle of 272.36º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF8FE8 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 143 | 232 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.09 |
| HSL | 272.36º | 0.66% | 0.74% | - |
| HSV(B) | 272.36º | 0.38% | 0.91% | - |
| XYZ | 45.87 | 36.55 | 80.98 | - |
| YUV | 167.5 | 164.4 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 143 | 232 | 0.18 | 0.38 | 0 | 0.09 | 272.36 | 0.66 | 0.74 |
| Hex | BF | 8F | E8 | 12 | 26 | 0 | 9 | 110 | 42 | 4A |
| Octal | 277 | 217 | 350 | 22 | 46 | 0 | 11 | 420 | 102 | 112 |
| Binary | 10111111 | 10001111 | 11101000 | 10010 | 100110 | 0 | 1001 | 100010000 | 1000010 | 1001010 |
Color Harmonies of #BF8FE8
Complementary color
Monochromatic Colors of #BF8FE8
Black with #BF8FE8
Text Example
Text Example
White with #BF8FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF8FE8; }
p { color: rgb(191,143,232); }
H1.HeaderClassName
{
color: #BF8FE8;
}
.AnyTagClassName
{
color: #BF8FE8;
}
</style>
background-color css
<style>
a { background-color: #BF8FE8; }
a { background-color: rgb(191,143,232); }
div.DivClassName
{
background-color: #BF8FE8;
}
.BgClassName
{
background-color: #BF8FE8;
}
</style>
border-color css
<style>
span { border-color: #BF8FE8; }
span { border-color: rgb(191,143,232); }
td.TdClassName
{
border-color: #BF8FE8;
}
.TagClassName
{
border-color: #BF8FE8;
}
</style>