Shades of Wisteria #BC81F4
Tints of Wisteria #BC81F4
RGB
CMYK
RGB Variations
Color information
#BC81F4 (or 0xBC81F4) is known color: Wisteria. HEX triplet: BC, 81 and F4. RGB value is (188,129,244). Sum of RGB (Red+Green+Blue) = 188+129+244=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 244 (95.70% from 255 or 43.49% from 561); Max value from RGB is 244 - color contains mainly: blue. Hex color #BC81F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC81F4 is #437E0B. Grayscale: #9F9F9F. Windows color (decimal): -4423180 or 16023996. OLE color: 16023996.
HSL color Cylindrical-coordinate representation of color #BC81F4: hue angle of 270.78º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC81F4 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 129 | 244 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.04 |
| HSL | 270.78º | 0.84% | 0.73% | - |
| HSV(B) | 270.78º | 0.47% | 0.96% | - |
| XYZ | 44.92 | 32.92 | 89.58 | - |
| YUV | 159.75 | 175.55 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 129 | 244 | 0.23 | 0.47 | 0 | 0.04 | 270.78 | 0.84 | 0.73 |
| Hex | BC | 81 | F4 | 17 | 2F | 0 | 4 | 10F | 54 | 49 |
| Octal | 274 | 201 | 364 | 27 | 57 | 0 | 4 | 417 | 124 | 111 |
| Binary | 10111100 | 10000001 | 11110100 | 10111 | 101111 | 0 | 100 | 100001111 | 1010100 | 1001001 |
Color Harmonies of #BC81F4
Complementary color
Monochromatic Colors of #BC81F4
Black with #BC81F4
Text Example
Text Example
White with #BC81F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC81F4; }
p { color: rgb(188,129,244); }
H1.HeaderClassName
{
color: #BC81F4;
}
.AnyTagClassName
{
color: #BC81F4;
}
</style>
background-color css
<style>
a { background-color: #BC81F4; }
a { background-color: rgb(188,129,244); }
div.DivClassName
{
background-color: #BC81F4;
}
.BgClassName
{
background-color: #BC81F4;
}
</style>
border-color css
<style>
span { border-color: #BC81F4; }
span { border-color: rgb(188,129,244); }
td.TdClassName
{
border-color: #BC81F4;
}
.TagClassName
{
border-color: #BC81F4;
}
</style>