Shades of Wisteria #BD80F0
Tints of Wisteria #BD80F0
RGB
CMYK
RGB Variations
Color information
#BD80F0 (or 0xBD80F0) is known color: Wisteria. HEX triplet: BD, 80 and F0. RGB value is (189,128,240). Sum of RGB (Red+Green+Blue) = 189+128+240=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 240 (94.14% from 255 or 43.09% from 557); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD80F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD80F0 is #427F0F. Grayscale: #9E9E9E. Windows color (decimal): -4357904 or 15761597. OLE color: 15761597.
HSL color Cylindrical-coordinate representation of color #BD80F0: hue angle of 272.68º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD80F0 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 128 | 240 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.06 |
| HSL | 272.68º | 0.79% | 0.72% | - |
| HSV(B) | 272.68º | 0.47% | 0.94% | - |
| XYZ | 44.43 | 32.55 | 86.38 | - |
| YUV | 159.01 | 173.71 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 240 | 0.21 | 0.47 | 0 | 0.06 | 272.68 | 0.79 | 0.72 |
| Hex | BD | 80 | F0 | 15 | 2F | 0 | 6 | 111 | 4F | 48 |
| Octal | 275 | 200 | 360 | 25 | 57 | 0 | 6 | 421 | 117 | 110 |
| Binary | 10111101 | 10000000 | 11110000 | 10101 | 101111 | 0 | 110 | 100010001 | 1001111 | 1001000 |
Color Harmonies of #BD80F0
Complementary color
Monochromatic Colors of #BD80F0
Black with #BD80F0
Text Example
Text Example
White with #BD80F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD80F0; }
p { color: rgb(189,128,240); }
H1.HeaderClassName
{
color: #BD80F0;
}
.AnyTagClassName
{
color: #BD80F0;
}
</style>
background-color css
<style>
a { background-color: #BD80F0; }
a { background-color: rgb(189,128,240); }
div.DivClassName
{
background-color: #BD80F0;
}
.BgClassName
{
background-color: #BD80F0;
}
</style>
border-color css
<style>
span { border-color: #BD80F0; }
span { border-color: rgb(189,128,240); }
td.TdClassName
{
border-color: #BD80F0;
}
.TagClassName
{
border-color: #BD80F0;
}
</style>