Shades of Electric Purple #B715FF
Tints of Electric Purple #B715FF
RGB
CMYK
RGB Variations
Color information
#B715FF (or 0xB715FF) is known color: Electric Purple. HEX triplet: B7, 15 and FF. RGB value is (183,21,255). Sum of RGB (Red+Green+Blue) = 183+21+255=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 21 (8.59% from 255 or 4.58% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #B715FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B715FF is #48EA00. Grayscale: #5F5F5F. Windows color (decimal): -4778497 or 16717239. OLE color: 16717239.
HSL color Cylindrical-coordinate representation of color #B715FF: hue angle of 281.54º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B715FF is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 21 | 255 | - |
| CMYK | 0.28 | 0.92 | 0 | 0 |
| HSL | 281.54º | 1% | 0.54% | - |
| HSV(B) | 281.54º | 0.92% | 1% | - |
| XYZ | 37.85 | 17.82 | 96.05 | - |
| YUV | 96.11 | 217.67 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 255 | 0.28 | 0.92 | 0 | 0 | 281.54 | 1 | 0.54 |
| Hex | B7 | 15 | FF | 1C | 5C | 0 | 0 | 11A | 64 | 36 |
| Octal | 267 | 25 | 377 | 34 | 134 | 0 | 0 | 432 | 144 | 66 |
| Binary | 10110111 | 10101 | 11111111 | 11100 | 1011100 | 0 | 0 | 100011010 | 1100100 | 110110 |
Color Harmonies of #B715FF
Complementary color
Monochromatic Colors of #B715FF
Black with #B715FF
Text Example
Text Example
White with #B715FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B715FF; }
p { color: rgb(183,21,255); }
H1.HeaderClassName
{
color: #B715FF;
}
.AnyTagClassName
{
color: #B715FF;
}
</style>
background-color css
<style>
a { background-color: #B715FF; }
a { background-color: rgb(183,21,255); }
div.DivClassName
{
background-color: #B715FF;
}
.BgClassName
{
background-color: #B715FF;
}
</style>
border-color css
<style>
span { border-color: #B715FF; }
span { border-color: rgb(183,21,255); }
td.TdClassName
{
border-color: #B715FF;
}
.TagClassName
{
border-color: #B715FF;
}
</style>