Shades of Wisteria #BD8CF2
Tints of Wisteria #BD8CF2
RGB
CMYK
RGB Variations
Color information
#BD8CF2 (or 0xBD8CF2) is known color: Wisteria. HEX triplet: BD, 8C and F2. RGB value is (189,140,242). Sum of RGB (Red+Green+Blue) = 189+140+242=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 140 (55.08% from 255 or 24.52% from 571); Blue value is 242 (94.92% from 255 or 42.38% from 571); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD8CF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8CF2 is #42730D. Grayscale: #A5A5A5. Windows color (decimal): -4354830 or 15895741. OLE color: 15895741.
HSL color Cylindrical-coordinate representation of color #BD8CF2: hue angle of 268.82º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD8CF2 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 140 | 242 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.05 |
| HSL | 268.82º | 0.8% | 0.75% | - |
| HSV(B) | 268.82º | 0.42% | 0.95% | - |
| XYZ | 46.39 | 35.99 | 88.51 | - |
| YUV | 166.28 | 170.73 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 140 | 242 | 0.22 | 0.42 | 0 | 0.05 | 268.82 | 0.8 | 0.75 |
| Hex | BD | 8C | F2 | 16 | 2A | 0 | 5 | 10D | 50 | 4B |
| Octal | 275 | 214 | 362 | 26 | 52 | 0 | 5 | 415 | 120 | 113 |
| Binary | 10111101 | 10001100 | 11110010 | 10110 | 101010 | 0 | 101 | 100001101 | 1010000 | 1001011 |
Color Harmonies of #BD8CF2
Complementary color
Monochromatic Colors of #BD8CF2
Black with #BD8CF2
Text Example
Text Example
White with #BD8CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8CF2; }
p { color: rgb(189,140,242); }
H1.HeaderClassName
{
color: #BD8CF2;
}
.AnyTagClassName
{
color: #BD8CF2;
}
</style>
background-color css
<style>
a { background-color: #BD8CF2; }
a { background-color: rgb(189,140,242); }
div.DivClassName
{
background-color: #BD8CF2;
}
.BgClassName
{
background-color: #BD8CF2;
}
</style>
border-color css
<style>
span { border-color: #BD8CF2; }
span { border-color: rgb(189,140,242); }
td.TdClassName
{
border-color: #BD8CF2;
}
.TagClassName
{
border-color: #BD8CF2;
}
</style>