Shades of Electric Purple #B623FF
Tints of Electric Purple #B623FF
RGB
CMYK
RGB Variations
Color information
#B623FF (or 0xB623FF) is known color: Electric Purple. HEX triplet: B6, 23 and FF. RGB value is (182,35,255). Sum of RGB (Red+Green+Blue) = 182+35+255=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 35 (14.06% from 255 or 7.42% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #B623FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B623FF is #49DC00. Grayscale: #676767. Windows color (decimal): -4840449 or 16720822. OLE color: 16720822.
HSL color Cylindrical-coordinate representation of color #B623FF: hue angle of 280.09º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B623FF is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 35 | 255 | - |
| CMYK | 0.29 | 0.86 | 0 | 0 |
| HSL | 280.09º | 1% | 0.57% | - |
| HSV(B) | 280.09º | 0.86% | 1% | - |
| XYZ | 37.94 | 18.37 | 96.15 | - |
| YUV | 104.03 | 213.2 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 35 | 255 | 0.29 | 0.86 | 0 | 0 | 280.09 | 1 | 0.57 |
| Hex | B6 | 23 | FF | 1D | 56 | 0 | 0 | 118 | 64 | 39 |
| Octal | 266 | 43 | 377 | 35 | 126 | 0 | 0 | 430 | 144 | 71 |
| Binary | 10110110 | 100011 | 11111111 | 11101 | 1010110 | 0 | 0 | 100011000 | 1100100 | 111001 |
Color Harmonies of #B623FF
Complementary color
Monochromatic Colors of #B623FF
Black with #B623FF
Text Example
Text Example
White with #B623FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B623FF; }
p { color: rgb(182,35,255); }
H1.HeaderClassName
{
color: #B623FF;
}
.AnyTagClassName
{
color: #B623FF;
}
</style>
background-color css
<style>
a { background-color: #B623FF; }
a { background-color: rgb(182,35,255); }
div.DivClassName
{
background-color: #B623FF;
}
.BgClassName
{
background-color: #B623FF;
}
</style>
border-color css
<style>
span { border-color: #B623FF; }
span { border-color: rgb(182,35,255); }
td.TdClassName
{
border-color: #B623FF;
}
.TagClassName
{
border-color: #B623FF;
}
</style>