Shades of Electric Purple #B607E8
Tints of Electric Purple #B607E8
RGB
CMYK
RGB Variations
Color information
#B607E8 (or 0xB607E8) is known color: Electric Purple. HEX triplet: B6, 07 and E8. RGB value is (182,7,232). Sum of RGB (Red+Green+Blue) = 182+7+232=421 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.23% from 421); Green value is 7 (3.12% from 255 or 1.66% from 421); Blue value is 232 (91.02% from 255 or 55.11% from 421); Max value from RGB is 232 - color contains mainly: blue. Hex color #B607E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B607E8 is #49F817. Grayscale: #545454. Windows color (decimal): -4847640 or 15206326. OLE color: 15206326.
HSL color Cylindrical-coordinate representation of color #B607E8: hue angle of 286.67º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B607E8 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 7 | 232 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.09 |
| HSL | 286.67º | 0.94% | 0.47% | - |
| HSV(B) | 286.67º | 0.97% | 0.91% | - |
| XYZ | 33.93 | 15.92 | 77.63 | - |
| YUV | 84.98 | 210.98 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 7 | 232 | 0.22 | 0.97 | 0 | 0.09 | 286.67 | 0.94 | 0.47 |
| Hex | B6 | 7 | E8 | 16 | 61 | 0 | 9 | 11F | 5E | 2F |
| Octal | 266 | 7 | 350 | 26 | 141 | 0 | 11 | 437 | 136 | 57 |
| Binary | 10110110 | 111 | 11101000 | 10110 | 1100001 | 0 | 1001 | 100011111 | 1011110 | 101111 |
Color Harmonies of #B607E8
Complementary color
Monochromatic Colors of #B607E8
Black with #B607E8
Text Example
Text Example
White with #B607E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B607E8; }
p { color: rgb(182,7,232); }
H1.HeaderClassName
{
color: #B607E8;
}
.AnyTagClassName
{
color: #B607E8;
}
</style>
background-color css
<style>
a { background-color: #B607E8; }
a { background-color: rgb(182,7,232); }
div.DivClassName
{
background-color: #B607E8;
}
.BgClassName
{
background-color: #B607E8;
}
</style>
border-color css
<style>
span { border-color: #B607E8; }
span { border-color: rgb(182,7,232); }
td.TdClassName
{
border-color: #B607E8;
}
.TagClassName
{
border-color: #B607E8;
}
</style>