Shades of Electric Purple #BD0DFB
Tints of Electric Purple #BD0DFB
RGB
CMYK
RGB Variations
Color information
#BD0DFB (or 0xBD0DFB) is known color: Electric Purple. HEX triplet: BD, 0D and FB. RGB value is (189,13,251). Sum of RGB (Red+Green+Blue) = 189+13+251=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 13 (5.47% from 255 or 2.87% from 453); Blue value is 251 (98.44% from 255 or 55.41% from 453); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD0DFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0DFB is #42F204. Grayscale: #5B5B5B. Windows color (decimal): -4387333 or 16453053. OLE color: 16453053.
HSL color Cylindrical-coordinate representation of color #BD0DFB: hue angle of 284.37º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD0DFB is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 13 | 251 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.02 |
| HSL | 284.37º | 0.97% | 0.52% | - |
| HSV(B) | 284.37º | 0.95% | 0.98% | - |
| XYZ | 38.54 | 18.07 | 92.72 | - |
| YUV | 92.76 | 217.31 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 13 | 251 | 0.25 | 0.95 | 0 | 0.02 | 284.37 | 0.97 | 0.52 |
| Hex | BD | D | FB | 19 | 5F | 0 | 2 | 11C | 61 | 34 |
| Octal | 275 | 15 | 373 | 31 | 137 | 0 | 2 | 434 | 141 | 64 |
| Binary | 10111101 | 1101 | 11111011 | 11001 | 1011111 | 0 | 10 | 100011100 | 1100001 | 110100 |
Color Harmonies of #BD0DFB
Complementary color
Monochromatic Colors of #BD0DFB
Black with #BD0DFB
Text Example
Text Example
White with #BD0DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0DFB; }
p { color: rgb(189,13,251); }
H1.HeaderClassName
{
color: #BD0DFB;
}
.AnyTagClassName
{
color: #BD0DFB;
}
</style>
background-color css
<style>
a { background-color: #BD0DFB; }
a { background-color: rgb(189,13,251); }
div.DivClassName
{
background-color: #BD0DFB;
}
.BgClassName
{
background-color: #BD0DFB;
}
</style>
border-color css
<style>
span { border-color: #BD0DFB; }
span { border-color: rgb(189,13,251); }
td.TdClassName
{
border-color: #BD0DFB;
}
.TagClassName
{
border-color: #BD0DFB;
}
</style>