Shades of Electric Purple #B317FF
Tints of Electric Purple #B317FF
RGB
CMYK
RGB Variations
Color information
#B317FF (or 0xB317FF) is known color: Electric Purple. HEX triplet: B3, 17 and FF. RGB value is (179,23,255). Sum of RGB (Red+Green+Blue) = 179+23+255=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 23 (9.38% from 255 or 5.03% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #B317FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B317FF is #4CE800. Grayscale: #5F5F5F. Windows color (decimal): -5040129 or 16717747. OLE color: 16717747.
HSL color Cylindrical-coordinate representation of color #B317FF: hue angle of 280.34º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B317FF is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 23 | 255 | - |
| CMYK | 0.30 | 0.91 | 0 | 0 |
| HSL | 280.34º | 1% | 0.55% | - |
| HSV(B) | 280.34º | 0.91% | 1% | - |
| XYZ | 36.95 | 17.42 | 96.02 | - |
| YUV | 96.09 | 217.68 | 187.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 23 | 255 | 0.30 | 0.91 | 0 | 0 | 280.34 | 1 | 0.55 |
| Hex | B3 | 17 | FF | 1E | 5B | 0 | 0 | 118 | 64 | 37 |
| Octal | 263 | 27 | 377 | 36 | 133 | 0 | 0 | 430 | 144 | 67 |
| Binary | 10110011 | 10111 | 11111111 | 11110 | 1011011 | 0 | 0 | 100011000 | 1100100 | 110111 |
Color Harmonies of #B317FF
Complementary color
Monochromatic Colors of #B317FF
Black with #B317FF
Text Example
Text Example
White with #B317FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B317FF; }
p { color: rgb(179,23,255); }
H1.HeaderClassName
{
color: #B317FF;
}
.AnyTagClassName
{
color: #B317FF;
}
</style>
background-color css
<style>
a { background-color: #B317FF; }
a { background-color: rgb(179,23,255); }
div.DivClassName
{
background-color: #B317FF;
}
.BgClassName
{
background-color: #B317FF;
}
</style>
border-color css
<style>
span { border-color: #B317FF; }
span { border-color: rgb(179,23,255); }
td.TdClassName
{
border-color: #B317FF;
}
.TagClassName
{
border-color: #B317FF;
}
</style>