Shades of Electric Purple #BD33FF
Tints of Electric Purple #BD33FF
RGB
CMYK
RGB Variations
Color information
#BD33FF (or 0xBD33FF) is known color: Electric Purple. HEX triplet: BD, 33 and FF. RGB value is (189,51,255). Sum of RGB (Red+Green+Blue) = 189+51+255=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 51 (20.31% from 255 or 10.30% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD33FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD33FF is #42CC00. Grayscale: #727272. Windows color (decimal): -4377601 or 16724925. OLE color: 16724925.
HSL color Cylindrical-coordinate representation of color #BD33FF: hue angle of 280.59º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD33FF is Cyan = 0.26, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 51 | 255 | - |
| CMYK | 0.26 | 0.8 | 0 | 0 |
| HSL | 280.59º | 1% | 0.6% | - |
| HSV(B) | 280.59º | 0.8% | 1% | - |
| XYZ | 40.22 | 20.41 | 96.43 | - |
| YUV | 115.52 | 206.72 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 255 | 0.26 | 0.8 | 0 | 0 | 280.59 | 1 | 0.6 |
| Hex | BD | 33 | FF | 1A | 50 | 0 | 0 | 119 | 64 | 3C |
| Octal | 275 | 63 | 377 | 32 | 120 | 0 | 0 | 431 | 144 | 74 |
| Binary | 10111101 | 110011 | 11111111 | 11010 | 1010000 | 0 | 0 | 100011001 | 1100100 | 111100 |
Color Harmonies of #BD33FF
Complementary color
Monochromatic Colors of #BD33FF
Black with #BD33FF
Text Example
Text Example
White with #BD33FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD33FF; }
p { color: rgb(189,51,255); }
H1.HeaderClassName
{
color: #BD33FF;
}
.AnyTagClassName
{
color: #BD33FF;
}
</style>
background-color css
<style>
a { background-color: #BD33FF; }
a { background-color: rgb(189,51,255); }
div.DivClassName
{
background-color: #BD33FF;
}
.BgClassName
{
background-color: #BD33FF;
}
</style>
border-color css
<style>
span { border-color: #BD33FF; }
span { border-color: rgb(189,51,255); }
td.TdClassName
{
border-color: #BD33FF;
}
.TagClassName
{
border-color: #BD33FF;
}
</style>