Shades of Wisteria #BD8FEC
Tints of Wisteria #BD8FEC
RGB
CMYK
RGB Variations
Color information
#BD8FEC (or 0xBD8FEC) is known color: Wisteria. HEX triplet: BD, 8F and EC. RGB value is (189,143,236). Sum of RGB (Red+Green+Blue) = 189+143+236=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 236 (92.58% from 255 or 41.55% from 568); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD8FEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8FEC is #427013. Grayscale: #A7A7A7. Windows color (decimal): -4354068 or 15503293. OLE color: 15503293.
HSL color Cylindrical-coordinate representation of color #BD8FEC: hue angle of 269.68º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD8FEC is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 143 | 236 | - |
| CMYK | 0.20 | 0.39 | 0 | 0.07 |
| HSL | 269.68º | 0.71% | 0.74% | - |
| HSV(B) | 269.68º | 0.39% | 0.93% | - |
| XYZ | 45.95 | 36.52 | 83.98 | - |
| YUV | 167.36 | 166.74 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 236 | 0.20 | 0.39 | 0 | 0.07 | 269.68 | 0.71 | 0.74 |
| Hex | BD | 8F | EC | 14 | 27 | 0 | 7 | 10E | 47 | 4A |
| Octal | 275 | 217 | 354 | 24 | 47 | 0 | 7 | 416 | 107 | 112 |
| Binary | 10111101 | 10001111 | 11101100 | 10100 | 100111 | 0 | 111 | 100001110 | 1000111 | 1001010 |
Color Harmonies of #BD8FEC
Complementary color
Monochromatic Colors of #BD8FEC
Black with #BD8FEC
Text Example
Text Example
White with #BD8FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8FEC; }
p { color: rgb(189,143,236); }
H1.HeaderClassName
{
color: #BD8FEC;
}
.AnyTagClassName
{
color: #BD8FEC;
}
</style>
background-color css
<style>
a { background-color: #BD8FEC; }
a { background-color: rgb(189,143,236); }
div.DivClassName
{
background-color: #BD8FEC;
}
.BgClassName
{
background-color: #BD8FEC;
}
</style>
border-color css
<style>
span { border-color: #BD8FEC; }
span { border-color: rgb(189,143,236); }
td.TdClassName
{
border-color: #BD8FEC;
}
.TagClassName
{
border-color: #BD8FEC;
}
</style>