Shades of Medium Orchid #BD30DF
Tints of Medium Orchid #BD30DF
RGB
CMYK
RGB Variations
Color information
#BD30DF (or 0xBD30DF) is known color: Medium Orchid. HEX triplet: BD, 30 and DF. RGB value is (189,48,223). Sum of RGB (Red+Green+Blue) = 189+48+223=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 48 (19.14% from 255 or 10.43% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD30DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD30DF is #42CF20. Grayscale: #6D6D6D. Windows color (decimal): -4378401 or 14627005. OLE color: 14627005.
HSL color Cylindrical-coordinate representation of color #BD30DF: hue angle of 288.34º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD30DF is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 48 | 223 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.13 |
| HSL | 288.34º | 0.73% | 0.53% | - |
| HSV(B) | 288.34º | 0.78% | 0.87% | - |
| XYZ | 35.36 | 18.26 | 71.47 | - |
| YUV | 110.11 | 191.71 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 223 | 0.15 | 0.78 | 0 | 0.13 | 288.34 | 0.73 | 0.53 |
| Hex | BD | 30 | DF | F | 4E | 0 | D | 120 | 49 | 35 |
| Octal | 275 | 60 | 337 | 17 | 116 | 0 | 15 | 440 | 111 | 65 |
| Binary | 10111101 | 110000 | 11011111 | 1111 | 1001110 | 0 | 1101 | 100100000 | 1001001 | 110101 |
Color Harmonies of #BD30DF
Complementary color
Monochromatic Colors of #BD30DF
Black with #BD30DF
Text Example
Text Example
White with #BD30DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD30DF; }
p { color: rgb(189,48,223); }
H1.HeaderClassName
{
color: #BD30DF;
}
.AnyTagClassName
{
color: #BD30DF;
}
</style>
background-color css
<style>
a { background-color: #BD30DF; }
a { background-color: rgb(189,48,223); }
div.DivClassName
{
background-color: #BD30DF;
}
.BgClassName
{
background-color: #BD30DF;
}
</style>
border-color css
<style>
span { border-color: #BD30DF; }
span { border-color: rgb(189,48,223); }
td.TdClassName
{
border-color: #BD30DF;
}
.TagClassName
{
border-color: #BD30DF;
}
</style>