Shades of Wisteria #BD8CEF
Tints of Wisteria #BD8CEF
RGB
CMYK
RGB Variations
Color information
#BD8CEF (or 0xBD8CEF) is known color: Wisteria. HEX triplet: BD, 8C and EF. RGB value is (189,140,239). Sum of RGB (Red+Green+Blue) = 189+140+239=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 140 (55.08% from 255 or 24.65% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD8CEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8CEF is #427310. Grayscale: #A5A5A5. Windows color (decimal): -4354833 or 15699133. OLE color: 15699133.
HSL color Cylindrical-coordinate representation of color #BD8CEF: hue angle of 269.7º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD8CEF is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 140 | 239 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.06 |
| HSL | 269.7º | 0.76% | 0.74% | - |
| HSV(B) | 269.7º | 0.41% | 0.94% | - |
| XYZ | 45.94 | 35.81 | 86.15 | - |
| YUV | 165.94 | 169.23 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 140 | 239 | 0.21 | 0.41 | 0 | 0.06 | 269.7 | 0.76 | 0.74 |
| Hex | BD | 8C | EF | 15 | 29 | 0 | 6 | 10E | 4C | 4A |
| Octal | 275 | 214 | 357 | 25 | 51 | 0 | 6 | 416 | 114 | 112 |
| Binary | 10111101 | 10001100 | 11101111 | 10101 | 101001 | 0 | 110 | 100001110 | 1001100 | 1001010 |
Color Harmonies of #BD8CEF
Complementary color
Monochromatic Colors of #BD8CEF
Black with #BD8CEF
Text Example
Text Example
White with #BD8CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8CEF; }
p { color: rgb(189,140,239); }
H1.HeaderClassName
{
color: #BD8CEF;
}
.AnyTagClassName
{
color: #BD8CEF;
}
</style>
background-color css
<style>
a { background-color: #BD8CEF; }
a { background-color: rgb(189,140,239); }
div.DivClassName
{
background-color: #BD8CEF;
}
.BgClassName
{
background-color: #BD8CEF;
}
</style>
border-color css
<style>
span { border-color: #BD8CEF; }
span { border-color: rgb(189,140,239); }
td.TdClassName
{
border-color: #BD8CEF;
}
.TagClassName
{
border-color: #BD8CEF;
}
</style>