Shades of Wisteria #BF93E8
Tints of Wisteria #BF93E8
RGB
CMYK
RGB Variations
Color information
#BF93E8 (or 0xBF93E8) is known color: Wisteria. HEX triplet: BF, 93 and E8. RGB value is (191,147,232). Sum of RGB (Red+Green+Blue) = 191+147+232=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 232 (91.02% from 255 or 40.70% from 570); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF93E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF93E8 is #406C17. Grayscale: #A9A9A9. Windows color (decimal): -4221976 or 15242175. OLE color: 15242175.
HSL color Cylindrical-coordinate representation of color #BF93E8: hue angle of 271.06º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF93E8 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 191 | 147 | 232 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.09 |
| HSL | 271.06º | 0.65% | 0.74% | - |
| HSV(B) | 271.06º | 0.37% | 0.91% | - |
| XYZ | 46.49 | 37.77 | 81.18 | - |
| YUV | 169.85 | 163.08 | 143.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 232 | 0.18 | 0.37 | 0 | 0.09 | 271.06 | 0.65 | 0.74 |
| Hex | BF | 93 | E8 | 12 | 25 | 0 | 9 | 10F | 41 | 4A |
| Octal | 277 | 223 | 350 | 22 | 45 | 0 | 11 | 417 | 101 | 112 |
| Binary | 10111111 | 10010011 | 11101000 | 10010 | 100101 | 0 | 1001 | 100001111 | 1000001 | 1001010 |
Color Harmonies of #BF93E8
Complementary color
Monochromatic Colors of #BF93E8
Black with #BF93E8
Text Example
Text Example
White with #BF93E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF93E8; }
p { color: rgb(191,147,232); }
H1.HeaderClassName
{
color: #BF93E8;
}
.AnyTagClassName
{
color: #BF93E8;
}
</style>
background-color css
<style>
a { background-color: #BF93E8; }
a { background-color: rgb(191,147,232); }
div.DivClassName
{
background-color: #BF93E8;
}
.BgClassName
{
background-color: #BF93E8;
}
</style>
border-color css
<style>
span { border-color: #BF93E8; }
span { border-color: rgb(191,147,232); }
td.TdClassName
{
border-color: #BF93E8;
}
.TagClassName
{
border-color: #BF93E8;
}
</style>