Shades of Electric Purple #B505DF
Tints of Electric Purple #B505DF
RGB
CMYK
RGB Variations
Color information
#B505DF (or 0xB505DF) is known color: Electric Purple. HEX triplet: B5, 05 and DF. RGB value is (181,5,223). Sum of RGB (Red+Green+Blue) = 181+5+223=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #B505DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B505DF is #4AFA20. Grayscale: #515151. Windows color (decimal): -4913697 or 14615989. OLE color: 14615989.
HSL color Cylindrical-coordinate representation of color #B505DF: hue angle of 288.44º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B505DF is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 5 | 223 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.13 |
| HSL | 288.44º | 0.96% | 0.45% | - |
| HSV(B) | 288.44º | 0.98% | 0.87% | - |
| XYZ | 32.43 | 15.26 | 71.05 | - |
| YUV | 82.48 | 207.31 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 5 | 223 | 0.19 | 0.98 | 0 | 0.13 | 288.44 | 0.96 | 0.45 |
| Hex | B5 | 5 | DF | 13 | 62 | 0 | D | 120 | 60 | 2D |
| Octal | 265 | 5 | 337 | 23 | 142 | 0 | 15 | 440 | 140 | 55 |
| Binary | 10110101 | 101 | 11011111 | 10011 | 1100010 | 0 | 1101 | 100100000 | 1100000 | 101101 |
Color Harmonies of #B505DF
Complementary color
Monochromatic Colors of #B505DF
Black with #B505DF
Text Example
Text Example
White with #B505DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B505DF; }
p { color: rgb(181,5,223); }
H1.HeaderClassName
{
color: #B505DF;
}
.AnyTagClassName
{
color: #B505DF;
}
</style>
background-color css
<style>
a { background-color: #B505DF; }
a { background-color: rgb(181,5,223); }
div.DivClassName
{
background-color: #B505DF;
}
.BgClassName
{
background-color: #B505DF;
}
</style>
border-color css
<style>
span { border-color: #B505DF; }
span { border-color: rgb(181,5,223); }
td.TdClassName
{
border-color: #B505DF;
}
.TagClassName
{
border-color: #B505DF;
}
</style>