Shades of Wisteria #BD8FEE
Tints of Wisteria #BD8FEE
RGB
CMYK
RGB Variations
Color information
#BD8FEE (or 0xBD8FEE) is known color: Wisteria. HEX triplet: BD, 8F and EE. RGB value is (189,143,238). Sum of RGB (Red+Green+Blue) = 189+143+238=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD8FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8FEE is #427011. Grayscale: #A7A7A7. Windows color (decimal): -4354066 or 15634365. OLE color: 15634365.
HSL color Cylindrical-coordinate representation of color #BD8FEE: hue angle of 269.05º degrees, saturation: 0.74, 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 #BD8FEE is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 143 | 238 | - |
| CMYK | 0.21 | 0.40 | 0 | 0.07 |
| HSL | 269.05º | 0.74% | 0.75% | - |
| HSV(B) | 269.05º | 0.4% | 0.93% | - |
| XYZ | 46.24 | 36.64 | 85.52 | - |
| YUV | 167.58 | 167.74 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 238 | 0.21 | 0.40 | 0 | 0.07 | 269.05 | 0.74 | 0.75 |
| Hex | BD | 8F | EE | 15 | 28 | 0 | 7 | 10D | 4A | 4B |
| Octal | 275 | 217 | 356 | 25 | 50 | 0 | 7 | 415 | 112 | 113 |
| Binary | 10111101 | 10001111 | 11101110 | 10101 | 101000 | 0 | 111 | 100001101 | 1001010 | 1001011 |
Color Harmonies of #BD8FEE
Complementary color
Monochromatic Colors of #BD8FEE
Black with #BD8FEE
Text Example
Text Example
White with #BD8FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8FEE; }
p { color: rgb(189,143,238); }
H1.HeaderClassName
{
color: #BD8FEE;
}
.AnyTagClassName
{
color: #BD8FEE;
}
</style>
background-color css
<style>
a { background-color: #BD8FEE; }
a { background-color: rgb(189,143,238); }
div.DivClassName
{
background-color: #BD8FEE;
}
.BgClassName
{
background-color: #BD8FEE;
}
</style>
border-color css
<style>
span { border-color: #BD8FEE; }
span { border-color: rgb(189,143,238); }
td.TdClassName
{
border-color: #BD8FEE;
}
.TagClassName
{
border-color: #BD8FEE;
}
</style>