Shades of Wisteria #BC88F2
Tints of Wisteria #BC88F2
RGB
CMYK
RGB Variations
Color information
#BC88F2 (or 0xBC88F2) is known color: Wisteria. HEX triplet: BC, 88 and F2. RGB value is (188,136,242). Sum of RGB (Red+Green+Blue) = 188+136+242=566 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.22% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 242 (94.92% from 255 or 42.76% from 566); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC88F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC88F2 is #43770D. Grayscale: #A3A3A3. Windows color (decimal): -4421390 or 15894716. OLE color: 15894716.
HSL color Cylindrical-coordinate representation of color #BC88F2: hue angle of 269.43º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC88F2 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 136 | 242 | - |
| CMYK | 0.22 | 0.44 | 0 | 0.05 |
| HSL | 269.43º | 0.8% | 0.74% | - |
| HSV(B) | 269.43º | 0.44% | 0.95% | - |
| XYZ | 45.57 | 34.71 | 88.3 | - |
| YUV | 163.63 | 172.23 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 136 | 242 | 0.22 | 0.44 | 0 | 0.05 | 269.43 | 0.8 | 0.74 |
| Hex | BC | 88 | F2 | 16 | 2C | 0 | 5 | 10D | 50 | 4A |
| Octal | 274 | 210 | 362 | 26 | 54 | 0 | 5 | 415 | 120 | 112 |
| Binary | 10111100 | 10001000 | 11110010 | 10110 | 101100 | 0 | 101 | 100001101 | 1010000 | 1001010 |
Color Harmonies of #BC88F2
Complementary color
Monochromatic Colors of #BC88F2
Black with #BC88F2
Text Example
Text Example
White with #BC88F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC88F2; }
p { color: rgb(188,136,242); }
H1.HeaderClassName
{
color: #BC88F2;
}
.AnyTagClassName
{
color: #BC88F2;
}
</style>
background-color css
<style>
a { background-color: #BC88F2; }
a { background-color: rgb(188,136,242); }
div.DivClassName
{
background-color: #BC88F2;
}
.BgClassName
{
background-color: #BC88F2;
}
</style>
border-color css
<style>
span { border-color: #BC88F2; }
span { border-color: rgb(188,136,242); }
td.TdClassName
{
border-color: #BC88F2;
}
.TagClassName
{
border-color: #BC88F2;
}
</style>