Shades of Wisteria #BF93E6
Tints of Wisteria #BF93E6
RGB
CMYK
RGB Variations
Color information
#BF93E6 (or 0xBF93E6) is known color: Wisteria. HEX triplet: BF, 93 and E6. RGB value is (191,147,230). Sum of RGB (Red+Green+Blue) = 191+147+230=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 147 (57.81% from 255 or 25.88% from 568); Blue value is 230 (90.23% from 255 or 40.49% from 568); Max value from RGB is 230 - color contains mainly: blue. Hex color #BF93E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF93E6 is #406C19. Grayscale: #A9A9A9. Windows color (decimal): -4221978 or 15111103. OLE color: 15111103.
HSL color Cylindrical-coordinate representation of color #BF93E6: hue angle of 271.81º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF93E6 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 147 | 230 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.10 |
| HSL | 271.81º | 0.62% | 0.74% | - |
| HSV(B) | 271.81º | 0.36% | 0.9% | - |
| XYZ | 46.2 | 37.66 | 79.7 | - |
| YUV | 169.62 | 162.08 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 147 | 230 | 0.17 | 0.36 | 0 | 0.10 | 271.81 | 0.62 | 0.74 |
| Hex | BF | 93 | E6 | 11 | 24 | 0 | A | 110 | 3E | 4A |
| Octal | 277 | 223 | 346 | 21 | 44 | 0 | 12 | 420 | 76 | 112 |
| Binary | 10111111 | 10010011 | 11100110 | 10001 | 100100 | 0 | 1010 | 100010000 | 111110 | 1001010 |
Color Harmonies of #BF93E6
Complementary color
Monochromatic Colors of #BF93E6
Black with #BF93E6
Text Example
Text Example
White with #BF93E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF93E6; }
p { color: rgb(191,147,230); }
H1.HeaderClassName
{
color: #BF93E6;
}
.AnyTagClassName
{
color: #BF93E6;
}
</style>
background-color css
<style>
a { background-color: #BF93E6; }
a { background-color: rgb(191,147,230); }
div.DivClassName
{
background-color: #BF93E6;
}
.BgClassName
{
background-color: #BF93E6;
}
</style>
border-color css
<style>
span { border-color: #BF93E6; }
span { border-color: rgb(191,147,230); }
td.TdClassName
{
border-color: #BF93E6;
}
.TagClassName
{
border-color: #BF93E6;
}
</style>