Shades of Wisteria #BD98D6
Tints of Wisteria #BD98D6
RGB
CMYK
RGB Variations
Color information
#BD98D6 (or 0xBD98D6) is known color: Wisteria. HEX triplet: BD, 98 and D6. RGB value is (189,152,214). Sum of RGB (Red+Green+Blue) = 189+152+214=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 214 (83.98% from 255 or 38.56% from 555); Max value from RGB is 214 - color contains mainly: blue. Hex color #BD98D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD98D6 is #426729. Grayscale: #A9A9A9. Windows color (decimal): -4351786 or 14063805. OLE color: 14063805.
HSL color Cylindrical-coordinate representation of color #BD98D6: hue angle of 275.81º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD98D6 is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 152 | 214 | - |
| CMYK | 0.12 | 0.29 | 0 | 0.16 |
| HSL | 275.81º | 0.43% | 0.72% | - |
| HSV(B) | 275.81º | 0.29% | 0.84% | - |
| XYZ | 44.35 | 38.13 | 68.64 | - |
| YUV | 170.13 | 152.76 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 152 | 214 | 0.12 | 0.29 | 0 | 0.16 | 275.81 | 0.43 | 0.72 |
| Hex | BD | 98 | D6 | C | 1D | 0 | 10 | 114 | 2B | 48 |
| Octal | 275 | 230 | 326 | 14 | 35 | 0 | 20 | 424 | 53 | 110 |
| Binary | 10111101 | 10011000 | 11010110 | 1100 | 11101 | 0 | 10000 | 100010100 | 101011 | 1001000 |
Color Harmonies of #BD98D6
Complementary color
Monochromatic Colors of #BD98D6
Black with #BD98D6
Text Example
Text Example
White with #BD98D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD98D6; }
p { color: rgb(189,152,214); }
H1.HeaderClassName
{
color: #BD98D6;
}
.AnyTagClassName
{
color: #BD98D6;
}
</style>
background-color css
<style>
a { background-color: #BD98D6; }
a { background-color: rgb(189,152,214); }
div.DivClassName
{
background-color: #BD98D6;
}
.BgClassName
{
background-color: #BD98D6;
}
</style>
border-color css
<style>
span { border-color: #BD98D6; }
span { border-color: rgb(189,152,214); }
td.TdClassName
{
border-color: #BD98D6;
}
.TagClassName
{
border-color: #BD98D6;
}
</style>