Shades of Wisteria #BD8FE8
Tints of Wisteria #BD8FE8
RGB
CMYK
RGB Variations
Color information
#BD8FE8 (or 0xBD8FE8) is known color: Wisteria. HEX triplet: BD, 8F and E8. RGB value is (189,143,232). Sum of RGB (Red+Green+Blue) = 189+143+232=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 232 (91.02% from 255 or 41.13% from 564); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD8FE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8FE8 is #427017. Grayscale: #A6A6A6. Windows color (decimal): -4354072 or 15241149. OLE color: 15241149.
HSL color Cylindrical-coordinate representation of color #BD8FE8: hue angle of 271.01º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD8FE8 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 143 | 232 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.09 |
| HSL | 271.01º | 0.66% | 0.74% | - |
| HSV(B) | 271.01º | 0.38% | 0.91% | - |
| XYZ | 45.37 | 36.29 | 80.96 | - |
| YUV | 166.9 | 164.74 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 232 | 0.19 | 0.38 | 0 | 0.09 | 271.01 | 0.66 | 0.74 |
| Hex | BD | 8F | E8 | 13 | 26 | 0 | 9 | 10F | 42 | 4A |
| Octal | 275 | 217 | 350 | 23 | 46 | 0 | 11 | 417 | 102 | 112 |
| Binary | 10111101 | 10001111 | 11101000 | 10011 | 100110 | 0 | 1001 | 100001111 | 1000010 | 1001010 |
Color Harmonies of #BD8FE8
Complementary color
Monochromatic Colors of #BD8FE8
Black with #BD8FE8
Text Example
Text Example
White with #BD8FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8FE8; }
p { color: rgb(189,143,232); }
H1.HeaderClassName
{
color: #BD8FE8;
}
.AnyTagClassName
{
color: #BD8FE8;
}
</style>
background-color css
<style>
a { background-color: #BD8FE8; }
a { background-color: rgb(189,143,232); }
div.DivClassName
{
background-color: #BD8FE8;
}
.BgClassName
{
background-color: #BD8FE8;
}
</style>
border-color css
<style>
span { border-color: #BD8FE8; }
span { border-color: rgb(189,143,232); }
td.TdClassName
{
border-color: #BD8FE8;
}
.TagClassName
{
border-color: #BD8FE8;
}
</style>