Shades of Wisteria #BD7BEA
Tints of Wisteria #BD7BEA
RGB
CMYK
RGB Variations
Color information
#BD7BEA (or 0xBD7BEA) is known color: Wisteria. HEX triplet: BD, 7B and EA. RGB value is (189,123,234). Sum of RGB (Red+Green+Blue) = 189+123+234=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 123 (48.44% from 255 or 22.53% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD7BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7BEA is #428415. Grayscale: #9B9B9B. Windows color (decimal): -4359190 or 15367101. OLE color: 15367101.
HSL color Cylindrical-coordinate representation of color #BD7BEA: hue angle of 275.68º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD7BEA is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 189 | 123 | 234 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.08 |
| HSL | 275.68º | 0.73% | 0.7% | - |
| HSV(B) | 275.68º | 0.47% | 0.92% | - |
| XYZ | 42.92 | 30.93 | 81.55 | - |
| YUV | 155.39 | 172.37 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 123 | 234 | 0.19 | 0.47 | 0 | 0.08 | 275.68 | 0.73 | 0.7 |
| Hex | BD | 7B | EA | 13 | 2F | 0 | 8 | 114 | 49 | 46 |
| Octal | 275 | 173 | 352 | 23 | 57 | 0 | 10 | 424 | 111 | 106 |
| Binary | 10111101 | 1111011 | 11101010 | 10011 | 101111 | 0 | 1000 | 100010100 | 1001001 | 1000110 |
Color Harmonies of #BD7BEA
Complementary color
Monochromatic Colors of #BD7BEA
Black with #BD7BEA
Text Example
Text Example
White with #BD7BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7BEA; }
p { color: rgb(189,123,234); }
H1.HeaderClassName
{
color: #BD7BEA;
}
.AnyTagClassName
{
color: #BD7BEA;
}
</style>
background-color css
<style>
a { background-color: #BD7BEA; }
a { background-color: rgb(189,123,234); }
div.DivClassName
{
background-color: #BD7BEA;
}
.BgClassName
{
background-color: #BD7BEA;
}
</style>
border-color css
<style>
span { border-color: #BD7BEA; }
span { border-color: rgb(189,123,234); }
td.TdClassName
{
border-color: #BD7BEA;
}
.TagClassName
{
border-color: #BD7BEA;
}
</style>