Shades of Electric Purple #B627FF
Tints of Electric Purple #B627FF
RGB
CMYK
RGB Variations
Color information
#B627FF (or 0xB627FF) is known color: Electric Purple. HEX triplet: B6, 27 and FF. RGB value is (182,39,255). Sum of RGB (Red+Green+Blue) = 182+39+255=476 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.24% from 476); Green value is 39 (15.62% from 255 or 8.19% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #B627FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B627FF is #49D800. Grayscale: #696969. Windows color (decimal): -4839425 or 16721846. OLE color: 16721846.
HSL color Cylindrical-coordinate representation of color #B627FF: hue angle of 279.72º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B627FF is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 39 | 255 | - |
| CMYK | 0.29 | 0.85 | 0 | 0 |
| HSL | 279.72º | 1% | 0.58% | - |
| HSV(B) | 279.72º | 0.85% | 1% | - |
| XYZ | 38.07 | 18.62 | 96.19 | - |
| YUV | 106.38 | 211.88 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 39 | 255 | 0.29 | 0.85 | 0 | 0 | 279.72 | 1 | 0.58 |
| Hex | B6 | 27 | FF | 1D | 55 | 0 | 0 | 118 | 64 | 3A |
| Octal | 266 | 47 | 377 | 35 | 125 | 0 | 0 | 430 | 144 | 72 |
| Binary | 10110110 | 100111 | 11111111 | 11101 | 1010101 | 0 | 0 | 100011000 | 1100100 | 111010 |
Color Harmonies of #B627FF
Complementary color
Monochromatic Colors of #B627FF
Black with #B627FF
Text Example
Text Example
White with #B627FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B627FF; }
p { color: rgb(182,39,255); }
H1.HeaderClassName
{
color: #B627FF;
}
.AnyTagClassName
{
color: #B627FF;
}
</style>
background-color css
<style>
a { background-color: #B627FF; }
a { background-color: rgb(182,39,255); }
div.DivClassName
{
background-color: #B627FF;
}
.BgClassName
{
background-color: #B627FF;
}
</style>
border-color css
<style>
span { border-color: #B627FF; }
span { border-color: rgb(182,39,255); }
td.TdClassName
{
border-color: #B627FF;
}
.TagClassName
{
border-color: #B627FF;
}
</style>