Shades of Wisteria #BD93CB
Tints of Wisteria #BD93CB
RGB
CMYK
RGB Variations
Color information
#BD93CB (or 0xBD93CB) is known color: Wisteria. HEX triplet: BD, 93 and CB. RGB value is (189,147,203). Sum of RGB (Red+Green+Blue) = 189+147+203=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 147 (57.81% from 255 or 27.27% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD93CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD93CB is #426C34. Grayscale: #A5A5A5. Windows color (decimal): -4353077 or 13341629. OLE color: 13341629.
HSL color Cylindrical-coordinate representation of color #BD93CB: hue angle of 285º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD93CB is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 147 | 203 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.20 |
| HSL | 285º | 0.35% | 0.69% | - |
| HSV(B) | 285º | 0.28% | 0.8% | - |
| XYZ | 42.2 | 36 | 61.22 | - |
| YUV | 165.94 | 148.91 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 203 | 0.07 | 0.28 | 0 | 0.20 | 285 | 0.35 | 0.69 |
| Hex | BD | 93 | CB | 7 | 1C | 0 | 14 | 11D | 23 | 45 |
| Octal | 275 | 223 | 313 | 7 | 34 | 0 | 24 | 435 | 43 | 105 |
| Binary | 10111101 | 10010011 | 11001011 | 111 | 11100 | 0 | 10100 | 100011101 | 100011 | 1000101 |
Color Harmonies of #BD93CB
Complementary color
Monochromatic Colors of #BD93CB
Black with #BD93CB
Text Example
Text Example
White with #BD93CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD93CB; }
p { color: rgb(189,147,203); }
H1.HeaderClassName
{
color: #BD93CB;
}
.AnyTagClassName
{
color: #BD93CB;
}
</style>
background-color css
<style>
a { background-color: #BD93CB; }
a { background-color: rgb(189,147,203); }
div.DivClassName
{
background-color: #BD93CB;
}
.BgClassName
{
background-color: #BD93CB;
}
</style>
border-color css
<style>
span { border-color: #BD93CB; }
span { border-color: rgb(189,147,203); }
td.TdClassName
{
border-color: #BD93CB;
}
.TagClassName
{
border-color: #BD93CB;
}
</style>