Shades of Wisteria #BC82F5
Tints of Wisteria #BC82F5
RGB
CMYK
RGB Variations
Color information
#BC82F5 (or 0xBC82F5) is known color: Wisteria. HEX triplet: BC, 82 and F5. RGB value is (188,130,245). Sum of RGB (Red+Green+Blue) = 188+130+245=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 130 (51.17% from 255 or 23.09% from 563); Blue value is 245 (96.09% from 255 or 43.52% from 563); Max value from RGB is 245 - color contains mainly: blue. Hex color #BC82F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC82F5 is #437D0A. Grayscale: #A0A0A0. Windows color (decimal): -4422923 or 16089788. OLE color: 16089788.
HSL color Cylindrical-coordinate representation of color #BC82F5: hue angle of 270.26º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC82F5 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 130 | 245 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.04 |
| HSL | 270.26º | 0.85% | 0.74% | - |
| HSV(B) | 270.26º | 0.47% | 0.96% | - |
| XYZ | 45.2 | 33.25 | 90.42 | - |
| YUV | 160.45 | 175.72 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 245 | 0.23 | 0.47 | 0 | 0.04 | 270.26 | 0.85 | 0.74 |
| Hex | BC | 82 | F5 | 17 | 2F | 0 | 4 | 10E | 55 | 4A |
| Octal | 274 | 202 | 365 | 27 | 57 | 0 | 4 | 416 | 125 | 112 |
| Binary | 10111100 | 10000010 | 11110101 | 10111 | 101111 | 0 | 100 | 100001110 | 1010101 | 1001010 |
Color Harmonies of #BC82F5
Complementary color
Monochromatic Colors of #BC82F5
Black with #BC82F5
Text Example
Text Example
White with #BC82F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC82F5; }
p { color: rgb(188,130,245); }
H1.HeaderClassName
{
color: #BC82F5;
}
.AnyTagClassName
{
color: #BC82F5;
}
</style>
background-color css
<style>
a { background-color: #BC82F5; }
a { background-color: rgb(188,130,245); }
div.DivClassName
{
background-color: #BC82F5;
}
.BgClassName
{
background-color: #BC82F5;
}
</style>
border-color css
<style>
span { border-color: #BC82F5; }
span { border-color: rgb(188,130,245); }
td.TdClassName
{
border-color: #BC82F5;
}
.TagClassName
{
border-color: #BC82F5;
}
</style>