Shades of Wisteria #BD8FE4
Tints of Wisteria #BD8FE4
RGB
CMYK
RGB Variations
Color information
#BD8FE4 (or 0xBD8FE4) is known color: Wisteria. HEX triplet: BD, 8F and E4. RGB value is (189,143,228). Sum of RGB (Red+Green+Blue) = 189+143+228=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 228 (89.45% from 255 or 40.71% from 560); Max value from RGB is 228 - color contains mainly: blue. Hex color #BD8FE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD8FE4 is #42701B. Grayscale: #A6A6A6. Windows color (decimal): -4354076 or 14979005. OLE color: 14979005.
HSL color Cylindrical-coordinate representation of color #BD8FE4: hue angle of 272.47º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD8FE4 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 143 | 228 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.11 |
| HSL | 272.47º | 0.61% | 0.73% | - |
| HSV(B) | 272.47º | 0.37% | 0.89% | - |
| XYZ | 44.81 | 36.07 | 78 | - |
| YUV | 166.44 | 162.74 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 228 | 0.17 | 0.37 | 0 | 0.11 | 272.47 | 0.61 | 0.73 |
| Hex | BD | 8F | E4 | 11 | 25 | 0 | B | 110 | 3D | 49 |
| Octal | 275 | 217 | 344 | 21 | 45 | 0 | 13 | 420 | 75 | 111 |
| Binary | 10111101 | 10001111 | 11100100 | 10001 | 100101 | 0 | 1011 | 100010000 | 111101 | 1001001 |
Color Harmonies of #BD8FE4
Complementary color
Monochromatic Colors of #BD8FE4
Black with #BD8FE4
Text Example
Text Example
White with #BD8FE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8FE4; }
p { color: rgb(189,143,228); }
H1.HeaderClassName
{
color: #BD8FE4;
}
.AnyTagClassName
{
color: #BD8FE4;
}
</style>
background-color css
<style>
a { background-color: #BD8FE4; }
a { background-color: rgb(189,143,228); }
div.DivClassName
{
background-color: #BD8FE4;
}
.BgClassName
{
background-color: #BD8FE4;
}
</style>
border-color css
<style>
span { border-color: #BD8FE4; }
span { border-color: rgb(189,143,228); }
td.TdClassName
{
border-color: #BD8FE4;
}
.TagClassName
{
border-color: #BD8FE4;
}
</style>