Shades of Electric Purple #BD0BFD
Tints of Electric Purple #BD0BFD
RGB
CMYK
RGB Variations
Color information
#BD0BFD (or 0xBD0BFD) is known color: Electric Purple. HEX triplet: BD, 0B and FD. RGB value is (189,11,253). Sum of RGB (Red+Green+Blue) = 189+11+253=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 11 (4.69% from 255 or 2.43% from 453); Blue value is 253 (99.22% from 255 or 55.85% from 453); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD0BFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BD0BFD is #42F402. Grayscale: #5B5B5B. Windows color (decimal): -4387843 or 16583613. OLE color: 16583613.
HSL color Cylindrical-coordinate representation of color #BD0BFD: hue angle of 284.13º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD0BFD is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 11 | 253 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.01 |
| HSL | 284.13º | 0.98% | 0.52% | - |
| HSV(B) | 284.13º | 0.96% | 0.99% | - |
| XYZ | 38.84 | 18.15 | 94.38 | - |
| YUV | 91.81 | 218.97 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 11 | 253 | 0.25 | 0.96 | 0 | 0.01 | 284.13 | 0.98 | 0.52 |
| Hex | BD | B | FD | 19 | 60 | 0 | 1 | 11C | 62 | 34 |
| Octal | 275 | 13 | 375 | 31 | 140 | 0 | 1 | 434 | 142 | 64 |
| Binary | 10111101 | 1011 | 11111101 | 11001 | 1100000 | 0 | 1 | 100011100 | 1100010 | 110100 |
Color Harmonies of #BD0BFD
Complementary color
Monochromatic Colors of #BD0BFD
Black with #BD0BFD
Text Example
Text Example
White with #BD0BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0BFD; }
p { color: rgb(189,11,253); }
H1.HeaderClassName
{
color: #BD0BFD;
}
.AnyTagClassName
{
color: #BD0BFD;
}
</style>
background-color css
<style>
a { background-color: #BD0BFD; }
a { background-color: rgb(189,11,253); }
div.DivClassName
{
background-color: #BD0BFD;
}
.BgClassName
{
background-color: #BD0BFD;
}
</style>
border-color css
<style>
span { border-color: #BD0BFD; }
span { border-color: rgb(189,11,253); }
td.TdClassName
{
border-color: #BD0BFD;
}
.TagClassName
{
border-color: #BD0BFD;
}
</style>