Shades of Wisteria #BF80E6
Tints of Wisteria #BF80E6
RGB
CMYK
RGB Variations
Color information
#BF80E6 (or 0xBF80E6) is known color: Wisteria. HEX triplet: BF, 80 and E6. RGB value is (191,128,230). Sum of RGB (Red+Green+Blue) = 191+128+230=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #BF80E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF80E6 is #407F19. Grayscale: #9E9E9E. Windows color (decimal): -4226842 or 15106239. OLE color: 15106239.
HSL color Cylindrical-coordinate representation of color #BF80E6: hue angle of 277.06º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF80E6 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 128 | 230 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.10 |
| HSL | 277.06º | 0.67% | 0.7% | - |
| HSV(B) | 277.06º | 0.44% | 0.9% | - |
| XYZ | 43.49 | 32.23 | 78.79 | - |
| YUV | 158.47 | 168.37 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 128 | 230 | 0.17 | 0.44 | 0 | 0.10 | 277.06 | 0.67 | 0.7 |
| Hex | BF | 80 | E6 | 11 | 2C | 0 | A | 115 | 43 | 46 |
| Octal | 277 | 200 | 346 | 21 | 54 | 0 | 12 | 425 | 103 | 106 |
| Binary | 10111111 | 10000000 | 11100110 | 10001 | 101100 | 0 | 1010 | 100010101 | 1000011 | 1000110 |
Color Harmonies of #BF80E6
Complementary color
Monochromatic Colors of #BF80E6
Black with #BF80E6
Text Example
Text Example
White with #BF80E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF80E6; }
p { color: rgb(191,128,230); }
H1.HeaderClassName
{
color: #BF80E6;
}
.AnyTagClassName
{
color: #BF80E6;
}
</style>
background-color css
<style>
a { background-color: #BF80E6; }
a { background-color: rgb(191,128,230); }
div.DivClassName
{
background-color: #BF80E6;
}
.BgClassName
{
background-color: #BF80E6;
}
</style>
border-color css
<style>
span { border-color: #BF80E6; }
span { border-color: rgb(191,128,230); }
td.TdClassName
{
border-color: #BF80E6;
}
.TagClassName
{
border-color: #BF80E6;
}
</style>