Shades of Electric Purple #B62DFF
Tints of Electric Purple #B62DFF
RGB
CMYK
RGB Variations
Color information
#B62DFF (or 0xB62DFF) is known color: Electric Purple. HEX triplet: B6, 2D and FF. RGB value is (182,45,255). Sum of RGB (Red+Green+Blue) = 182+45+255=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 45 (17.97% from 255 or 9.34% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #B62DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B62DFF is #49D200. Grayscale: #6D6D6D. Windows color (decimal): -4837889 or 16723382. OLE color: 16723382.
HSL color Cylindrical-coordinate representation of color #B62DFF: hue angle of 279.14º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B62DFF is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 45 | 255 | - |
| CMYK | 0.29 | 0.82 | 0 | 0 |
| HSL | 279.14º | 1% | 0.59% | - |
| HSV(B) | 279.14º | 0.82% | 1% | - |
| XYZ | 38.28 | 19.04 | 96.27 | - |
| YUV | 109.9 | 209.89 | 179.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 45 | 255 | 0.29 | 0.82 | 0 | 0 | 279.14 | 1 | 0.59 |
| Hex | B6 | 2D | FF | 1D | 52 | 0 | 0 | 117 | 64 | 3B |
| Octal | 266 | 55 | 377 | 35 | 122 | 0 | 0 | 427 | 144 | 73 |
| Binary | 10110110 | 101101 | 11111111 | 11101 | 1010010 | 0 | 0 | 100010111 | 1100100 | 111011 |
Color Harmonies of #B62DFF
Complementary color
Monochromatic Colors of #B62DFF
Black with #B62DFF
Text Example
Text Example
White with #B62DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B62DFF; }
p { color: rgb(182,45,255); }
H1.HeaderClassName
{
color: #B62DFF;
}
.AnyTagClassName
{
color: #B62DFF;
}
</style>
background-color css
<style>
a { background-color: #B62DFF; }
a { background-color: rgb(182,45,255); }
div.DivClassName
{
background-color: #B62DFF;
}
.BgClassName
{
background-color: #B62DFF;
}
</style>
border-color css
<style>
span { border-color: #B62DFF; }
span { border-color: rgb(182,45,255); }
td.TdClassName
{
border-color: #B62DFF;
}
.TagClassName
{
border-color: #B62DFF;
}
</style>