Shades of Wisteria #BD82F6
Tints of Wisteria #BD82F6
RGB
CMYK
RGB Variations
Color information
#BD82F6 (or 0xBD82F6) is known color: Wisteria. HEX triplet: BD, 82 and F6. RGB value is (189,130,246). Sum of RGB (Red+Green+Blue) = 189+130+246=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 246 (96.48% from 255 or 43.54% from 565); Max value from RGB is 246 - color contains mainly: blue. Hex color #BD82F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD82F6 is #427D09. Grayscale: #A0A0A0. Windows color (decimal): -4357386 or 16155325. OLE color: 16155325.
HSL color Cylindrical-coordinate representation of color #BD82F6: hue angle of 270.52º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD82F6 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 130 | 246 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.04 |
| HSL | 270.52º | 0.87% | 0.74% | - |
| HSV(B) | 270.52º | 0.47% | 0.96% | - |
| XYZ | 45.6 | 33.44 | 91.24 | - |
| YUV | 160.87 | 176.05 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 130 | 246 | 0.23 | 0.47 | 0 | 0.04 | 270.52 | 0.87 | 0.74 |
| Hex | BD | 82 | F6 | 17 | 2F | 0 | 4 | 10F | 57 | 4A |
| Octal | 275 | 202 | 366 | 27 | 57 | 0 | 4 | 417 | 127 | 112 |
| Binary | 10111101 | 10000010 | 11110110 | 10111 | 101111 | 0 | 100 | 100001111 | 1010111 | 1001010 |
Color Harmonies of #BD82F6
Complementary color
Monochromatic Colors of #BD82F6
Black with #BD82F6
Text Example
Text Example
White with #BD82F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD82F6; }
p { color: rgb(189,130,246); }
H1.HeaderClassName
{
color: #BD82F6;
}
.AnyTagClassName
{
color: #BD82F6;
}
</style>
background-color css
<style>
a { background-color: #BD82F6; }
a { background-color: rgb(189,130,246); }
div.DivClassName
{
background-color: #BD82F6;
}
.BgClassName
{
background-color: #BD82F6;
}
</style>
border-color css
<style>
span { border-color: #BD82F6; }
span { border-color: rgb(189,130,246); }
td.TdClassName
{
border-color: #BD82F6;
}
.TagClassName
{
border-color: #BD82F6;
}
</style>