Shades of Wisteria #BD88ED
Tints of Wisteria #BD88ED
RGB
CMYK
RGB Variations
Color information
#BD88ED (or 0xBD88ED) is known color: Wisteria. HEX triplet: BD, 88 and ED. RGB value is (189,136,237). Sum of RGB (Red+Green+Blue) = 189+136+237=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 136 (53.52% from 255 or 24.20% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD88ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD88ED is #427712. Grayscale: #A3A3A3. Windows color (decimal): -4355859 or 15567037. OLE color: 15567037.
HSL color Cylindrical-coordinate representation of color #BD88ED: hue angle of 271.49º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD88ED is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 136 | 237 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.07 |
| HSL | 271.49º | 0.74% | 0.73% | - |
| HSV(B) | 271.49º | 0.43% | 0.93% | - |
| XYZ | 45.08 | 34.54 | 84.41 | - |
| YUV | 163.36 | 169.56 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 136 | 237 | 0.20 | 0.43 | 0 | 0.07 | 271.49 | 0.74 | 0.73 |
| Hex | BD | 88 | ED | 14 | 2B | 0 | 7 | 10F | 4A | 49 |
| Octal | 275 | 210 | 355 | 24 | 53 | 0 | 7 | 417 | 112 | 111 |
| Binary | 10111101 | 10001000 | 11101101 | 10100 | 101011 | 0 | 111 | 100001111 | 1001010 | 1001001 |
Color Harmonies of #BD88ED
Complementary color
Monochromatic Colors of #BD88ED
Black with #BD88ED
Text Example
Text Example
White with #BD88ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD88ED; }
p { color: rgb(189,136,237); }
H1.HeaderClassName
{
color: #BD88ED;
}
.AnyTagClassName
{
color: #BD88ED;
}
</style>
background-color css
<style>
a { background-color: #BD88ED; }
a { background-color: rgb(189,136,237); }
div.DivClassName
{
background-color: #BD88ED;
}
.BgClassName
{
background-color: #BD88ED;
}
</style>
border-color css
<style>
span { border-color: #BD88ED; }
span { border-color: rgb(189,136,237); }
td.TdClassName
{
border-color: #BD88ED;
}
.TagClassName
{
border-color: #BD88ED;
}
</style>