Shades of Electric Purple #B934FC
Tints of Electric Purple #B934FC
RGB
CMYK
RGB Variations
Color information
#B934FC (or 0xB934FC) is known color: Electric Purple. HEX triplet: B9, 34 and FC. RGB value is (185,52,252). Sum of RGB (Red+Green+Blue) = 185+52+252=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 52 (20.70% from 255 or 10.63% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #B934FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B934FC is #46CB03. Grayscale: #717171. Windows color (decimal): -4639492 or 16528569. OLE color: 16528569.
HSL color Cylindrical-coordinate representation of color #B934FC: hue angle of 279.9º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B934FC is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 52 | 252 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.01 |
| HSL | 279.9º | 0.97% | 0.6% | - |
| HSV(B) | 279.9º | 0.79% | 0.99% | - |
| XYZ | 38.81 | 19.8 | 93.87 | - |
| YUV | 114.57 | 205.56 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 252 | 0.27 | 0.79 | 0 | 0.01 | 279.9 | 0.97 | 0.6 |
| Hex | B9 | 34 | FC | 1B | 4F | 0 | 1 | 118 | 61 | 3C |
| Octal | 271 | 64 | 374 | 33 | 117 | 0 | 1 | 430 | 141 | 74 |
| Binary | 10111001 | 110100 | 11111100 | 11011 | 1001111 | 0 | 1 | 100011000 | 1100001 | 111100 |
Color Harmonies of #B934FC
Complementary color
Monochromatic Colors of #B934FC
Black with #B934FC
Text Example
Text Example
White with #B934FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B934FC; }
p { color: rgb(185,52,252); }
H1.HeaderClassName
{
color: #B934FC;
}
.AnyTagClassName
{
color: #B934FC;
}
</style>
background-color css
<style>
a { background-color: #B934FC; }
a { background-color: rgb(185,52,252); }
div.DivClassName
{
background-color: #B934FC;
}
.BgClassName
{
background-color: #B934FC;
}
</style>
border-color css
<style>
span { border-color: #B934FC; }
span { border-color: rgb(185,52,252); }
td.TdClassName
{
border-color: #B934FC;
}
.TagClassName
{
border-color: #B934FC;
}
</style>