Shades of Wisteria #BD84F7
Tints of Wisteria #BD84F7
RGB
CMYK
RGB Variations
Color information
#BD84F7 (or 0xBD84F7) is known color: Wisteria. HEX triplet: BD, 84 and F7. RGB value is (189,132,247). Sum of RGB (Red+Green+Blue) = 189+132+247=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 132 (51.95% from 255 or 23.24% from 568); Blue value is 247 (96.88% from 255 or 43.49% from 568); Max value from RGB is 247 - color contains mainly: blue. Hex color #BD84F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD84F7 is #427B08. Grayscale: #A1A1A1. Windows color (decimal): -4356873 or 16221373. OLE color: 16221373.
HSL color Cylindrical-coordinate representation of color #BD84F7: hue angle of 269.74º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD84F7 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 132 | 247 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.03 |
| HSL | 269.74º | 0.88% | 0.74% | - |
| HSV(B) | 269.74º | 0.47% | 0.97% | - |
| XYZ | 46.03 | 34.04 | 92.14 | - |
| YUV | 162.15 | 175.88 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 132 | 247 | 0.23 | 0.47 | 0 | 0.03 | 269.74 | 0.88 | 0.74 |
| Hex | BD | 84 | F7 | 17 | 2F | 0 | 3 | 10E | 58 | 4A |
| Octal | 275 | 204 | 367 | 27 | 57 | 0 | 3 | 416 | 130 | 112 |
| Binary | 10111101 | 10000100 | 11110111 | 10111 | 101111 | 0 | 11 | 100001110 | 1011000 | 1001010 |
Color Harmonies of #BD84F7
Complementary color
Monochromatic Colors of #BD84F7
Black with #BD84F7
Text Example
Text Example
White with #BD84F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD84F7; }
p { color: rgb(189,132,247); }
H1.HeaderClassName
{
color: #BD84F7;
}
.AnyTagClassName
{
color: #BD84F7;
}
</style>
background-color css
<style>
a { background-color: #BD84F7; }
a { background-color: rgb(189,132,247); }
div.DivClassName
{
background-color: #BD84F7;
}
.BgClassName
{
background-color: #BD84F7;
}
</style>
border-color css
<style>
span { border-color: #BD84F7; }
span { border-color: rgb(189,132,247); }
td.TdClassName
{
border-color: #BD84F7;
}
.TagClassName
{
border-color: #BD84F7;
}
</style>