Shades of Electric Purple #B223FF
Tints of Electric Purple #B223FF
RGB
CMYK
RGB Variations
Color information
#B223FF (or 0xB223FF) is known color: Electric Purple. HEX triplet: B2, 23 and FF. RGB value is (178,35,255). Sum of RGB (Red+Green+Blue) = 178+35+255=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 35 (14.06% from 255 or 7.48% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #B223FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B223FF is #4DDC00. Grayscale: #666666. Windows color (decimal): -5102593 or 16720818. OLE color: 16720818.
HSL color Cylindrical-coordinate representation of color #B223FF: hue angle of 279º 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 #B223FF is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 35 | 255 | - |
| CMYK | 0.30 | 0.86 | 0 | 0 |
| HSL | 279º | 1% | 0.57% | - |
| HSV(B) | 279º | 0.86% | 1% | - |
| XYZ | 37.01 | 17.89 | 96.11 | - |
| YUV | 102.84 | 213.88 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 35 | 255 | 0.30 | 0.86 | 0 | 0 | 279 | 1 | 0.57 |
| Hex | B2 | 23 | FF | 1E | 56 | 0 | 0 | 117 | 64 | 39 |
| Octal | 262 | 43 | 377 | 36 | 126 | 0 | 0 | 427 | 144 | 71 |
| Binary | 10110010 | 100011 | 11111111 | 11110 | 1010110 | 0 | 0 | 100010111 | 1100100 | 111001 |
Color Harmonies of #B223FF
Complementary color
Monochromatic Colors of #B223FF
Black with #B223FF
Text Example
Text Example
White with #B223FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B223FF; }
p { color: rgb(178,35,255); }
H1.HeaderClassName
{
color: #B223FF;
}
.AnyTagClassName
{
color: #B223FF;
}
</style>
background-color css
<style>
a { background-color: #B223FF; }
a { background-color: rgb(178,35,255); }
div.DivClassName
{
background-color: #B223FF;
}
.BgClassName
{
background-color: #B223FF;
}
</style>
border-color css
<style>
span { border-color: #B223FF; }
span { border-color: rgb(178,35,255); }
td.TdClassName
{
border-color: #B223FF;
}
.TagClassName
{
border-color: #B223FF;
}
</style>