Shades of Electric Purple #B622F8
Tints of Electric Purple #B622F8
RGB
CMYK
RGB Variations
Color information
#B622F8 (or 0xB622F8) is known color: Electric Purple. HEX triplet: B6, 22 and F8. RGB value is (182,34,248). Sum of RGB (Red+Green+Blue) = 182+34+248=464 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.22% from 464); Green value is 34 (13.67% from 255 or 7.33% from 464); Blue value is 248 (97.27% from 255 or 53.45% from 464); Max value from RGB is 248 - color contains mainly: blue. Hex color #B622F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B622F8 is #49DD07. Grayscale: #656565. Windows color (decimal): -4840712 or 16261814. OLE color: 16261814.
HSL color Cylindrical-coordinate representation of color #B622F8: hue angle of 281.5º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B622F8 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 182 | 34 | 248 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.03 |
| HSL | 281.5º | 0.94% | 0.55% | - |
| HSV(B) | 281.5º | 0.86% | 0.97% | - |
| XYZ | 36.81 | 17.87 | 90.32 | - |
| YUV | 102.65 | 210.03 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 34 | 248 | 0.27 | 0.86 | 0 | 0.03 | 281.5 | 0.94 | 0.55 |
| Hex | B6 | 22 | F8 | 1B | 56 | 0 | 3 | 119 | 5E | 37 |
| Octal | 266 | 42 | 370 | 33 | 126 | 0 | 3 | 431 | 136 | 67 |
| Binary | 10110110 | 100010 | 11111000 | 11011 | 1010110 | 0 | 11 | 100011001 | 1011110 | 110111 |
Color Harmonies of #B622F8
Complementary color
Monochromatic Colors of #B622F8
Black with #B622F8
Text Example
Text Example
White with #B622F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B622F8; }
p { color: rgb(182,34,248); }
H1.HeaderClassName
{
color: #B622F8;
}
.AnyTagClassName
{
color: #B622F8;
}
</style>
background-color css
<style>
a { background-color: #B622F8; }
a { background-color: rgb(182,34,248); }
div.DivClassName
{
background-color: #B622F8;
}
.BgClassName
{
background-color: #B622F8;
}
</style>
border-color css
<style>
span { border-color: #B622F8; }
span { border-color: rgb(182,34,248); }
td.TdClassName
{
border-color: #B622F8;
}
.TagClassName
{
border-color: #B622F8;
}
</style>