Shades of Wisteria #BD8FEF
Tints of Wisteria #BD8FEF
RGB
CMYK
RGB Variations
Color information
#BD8FEF (or 0xBD8FEF) is known color: Wisteria. HEX triplet: BD, 8F and EF. RGB value is (189,143,239). Sum of RGB (Red+Green+Blue) = 189+143+239=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD8FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8FEF is #427010. Grayscale: #A7A7A7. Windows color (decimal): -4354065 or 15699901. OLE color: 15699901.
HSL color Cylindrical-coordinate representation of color #BD8FEF: hue angle of 268.75º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD8FEF is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 143 | 239 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.06 |
| HSL | 268.75º | 0.75% | 0.75% | - |
| HSV(B) | 268.75º | 0.4% | 0.94% | - |
| XYZ | 46.39 | 36.7 | 86.3 | - |
| YUV | 167.7 | 168.24 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 239 | 0.21 | 0.40 | 0 | 0.06 | 268.75 | 0.75 | 0.75 |
| Hex | BD | 8F | EF | 15 | 28 | 0 | 6 | 10D | 4B | 4B |
| Octal | 275 | 217 | 357 | 25 | 50 | 0 | 6 | 415 | 113 | 113 |
| Binary | 10111101 | 10001111 | 11101111 | 10101 | 101000 | 0 | 110 | 100001101 | 1001011 | 1001011 |
Color Harmonies of #BD8FEF
Complementary color
Monochromatic Colors of #BD8FEF
Black with #BD8FEF
Text Example
Text Example
White with #BD8FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8FEF; }
p { color: rgb(189,143,239); }
H1.HeaderClassName
{
color: #BD8FEF;
}
.AnyTagClassName
{
color: #BD8FEF;
}
</style>
background-color css
<style>
a { background-color: #BD8FEF; }
a { background-color: rgb(189,143,239); }
div.DivClassName
{
background-color: #BD8FEF;
}
.BgClassName
{
background-color: #BD8FEF;
}
</style>
border-color css
<style>
span { border-color: #BD8FEF; }
span { border-color: rgb(189,143,239); }
td.TdClassName
{
border-color: #BD8FEF;
}
.TagClassName
{
border-color: #BD8FEF;
}
</style>