Shades of Wisteria #BD8FED
Tints of Wisteria #BD8FED
RGB
CMYK
RGB Variations
Color information
#BD8FED (or 0xBD8FED) is known color: Wisteria. HEX triplet: BD, 8F and ED. RGB value is (189,143,237). Sum of RGB (Red+Green+Blue) = 189+143+237=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD8FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8FED is #427012. Grayscale: #A7A7A7. Windows color (decimal): -4354067 or 15568829. OLE color: 15568829.
HSL color Cylindrical-coordinate representation of color #BD8FED: hue angle of 269.36º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD8FED is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 143 | 237 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.07 |
| HSL | 269.36º | 0.72% | 0.75% | - |
| HSV(B) | 269.36º | 0.4% | 0.93% | - |
| XYZ | 46.09 | 36.58 | 84.75 | - |
| YUV | 167.47 | 167.24 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 237 | 0.20 | 0.40 | 0 | 0.07 | 269.36 | 0.72 | 0.75 |
| Hex | BD | 8F | ED | 14 | 28 | 0 | 7 | 10D | 48 | 4B |
| Octal | 275 | 217 | 355 | 24 | 50 | 0 | 7 | 415 | 110 | 113 |
| Binary | 10111101 | 10001111 | 11101101 | 10100 | 101000 | 0 | 111 | 100001101 | 1001000 | 1001011 |
Color Harmonies of #BD8FED
Complementary color
Monochromatic Colors of #BD8FED
Black with #BD8FED
Text Example
Text Example
White with #BD8FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8FED; }
p { color: rgb(189,143,237); }
H1.HeaderClassName
{
color: #BD8FED;
}
.AnyTagClassName
{
color: #BD8FED;
}
</style>
background-color css
<style>
a { background-color: #BD8FED; }
a { background-color: rgb(189,143,237); }
div.DivClassName
{
background-color: #BD8FED;
}
.BgClassName
{
background-color: #BD8FED;
}
</style>
border-color css
<style>
span { border-color: #BD8FED; }
span { border-color: rgb(189,143,237); }
td.TdClassName
{
border-color: #BD8FED;
}
.TagClassName
{
border-color: #BD8FED;
}
</style>