Shades of Wisteria #BD82F4
Tints of Wisteria #BD82F4
RGB
CMYK
RGB Variations
Color information
#BD82F4 (or 0xBD82F4) is known color: Wisteria. HEX triplet: BD, 82 and F4. RGB value is (189,130,244). Sum of RGB (Red+Green+Blue) = 189+130+244=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 130 (51.17% from 255 or 23.09% from 563); Blue value is 244 (95.70% from 255 or 43.34% from 563); Max value from RGB is 244 - color contains mainly: blue. Hex color #BD82F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD82F4 is #427D0B. Grayscale: #A0A0A0. Windows color (decimal): -4357388 or 16024253. OLE color: 16024253.
HSL color Cylindrical-coordinate representation of color #BD82F4: hue angle of 271.05º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD82F4 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 130 | 244 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.04 |
| HSL | 271.05º | 0.84% | 0.73% | - |
| HSV(B) | 271.05º | 0.47% | 0.96% | - |
| XYZ | 45.3 | 33.32 | 89.63 | - |
| YUV | 160.64 | 175.05 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 130 | 244 | 0.23 | 0.47 | 0 | 0.04 | 271.05 | 0.84 | 0.73 |
| Hex | BD | 82 | F4 | 17 | 2F | 0 | 4 | 10F | 54 | 49 |
| Octal | 275 | 202 | 364 | 27 | 57 | 0 | 4 | 417 | 124 | 111 |
| Binary | 10111101 | 10000010 | 11110100 | 10111 | 101111 | 0 | 100 | 100001111 | 1010100 | 1001001 |
Color Harmonies of #BD82F4
Complementary color
Monochromatic Colors of #BD82F4
Black with #BD82F4
Text Example
Text Example
White with #BD82F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD82F4; }
p { color: rgb(189,130,244); }
H1.HeaderClassName
{
color: #BD82F4;
}
.AnyTagClassName
{
color: #BD82F4;
}
</style>
background-color css
<style>
a { background-color: #BD82F4; }
a { background-color: rgb(189,130,244); }
div.DivClassName
{
background-color: #BD82F4;
}
.BgClassName
{
background-color: #BD82F4;
}
</style>
border-color css
<style>
span { border-color: #BD82F4; }
span { border-color: rgb(189,130,244); }
td.TdClassName
{
border-color: #BD82F4;
}
.TagClassName
{
border-color: #BD82F4;
}
</style>