Shades of Electric Purple #B605F2
Tints of Electric Purple #B605F2
RGB
CMYK
RGB Variations
Color information
#B605F2 (or 0xB605F2) is known color: Electric Purple. HEX triplet: B6, 05 and F2. RGB value is (182,5,242). Sum of RGB (Red+Green+Blue) = 182+5+242=429 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.42% from 429); Green value is 5 (2.34% from 255 or 1.17% from 429); Blue value is 242 (94.92% from 255 or 56.41% from 429); Max value from RGB is 242 - color contains mainly: blue. Hex color #B605F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B605F2 is #49FA0D. Grayscale: #545454. Windows color (decimal): -4848142 or 15861174. OLE color: 15861174.
HSL color Cylindrical-coordinate representation of color #B605F2: hue angle of 284.81º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B605F2 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 182 | 5 | 242 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.05 |
| HSL | 284.81º | 0.96% | 0.48% | - |
| HSV(B) | 284.81º | 0.98% | 0.95% | - |
| XYZ | 35.37 | 16.46 | 85.32 | - |
| YUV | 84.94 | 216.64 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 5 | 242 | 0.25 | 0.98 | 0 | 0.05 | 284.81 | 0.96 | 0.48 |
| Hex | B6 | 5 | F2 | 19 | 62 | 0 | 5 | 11D | 60 | 30 |
| Octal | 266 | 5 | 362 | 31 | 142 | 0 | 5 | 435 | 140 | 60 |
| Binary | 10110110 | 101 | 11110010 | 11001 | 1100010 | 0 | 101 | 100011101 | 1100000 | 110000 |
Color Harmonies of #B605F2
Complementary color
Monochromatic Colors of #B605F2
Black with #B605F2
Text Example
Text Example
White with #B605F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B605F2; }
p { color: rgb(182,5,242); }
H1.HeaderClassName
{
color: #B605F2;
}
.AnyTagClassName
{
color: #B605F2;
}
</style>
background-color css
<style>
a { background-color: #B605F2; }
a { background-color: rgb(182,5,242); }
div.DivClassName
{
background-color: #B605F2;
}
.BgClassName
{
background-color: #B605F2;
}
</style>
border-color css
<style>
span { border-color: #B605F2; }
span { border-color: rgb(182,5,242); }
td.TdClassName
{
border-color: #B605F2;
}
.TagClassName
{
border-color: #B605F2;
}
</style>