Shades of Medium Orchid #BD30D7
Tints of Medium Orchid #BD30D7
RGB
CMYK
RGB Variations
Color information
#BD30D7 (or 0xBD30D7) is known color: Medium Orchid. HEX triplet: BD, 30 and D7. RGB value is (189,48,215). Sum of RGB (Red+Green+Blue) = 189+48+215=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 215 (84.38% from 255 or 47.57% from 452); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD30D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD30D7 is #42CF28. Grayscale: #6C6C6C. Windows color (decimal): -4378409 or 14102717. OLE color: 14102717.
HSL color Cylindrical-coordinate representation of color #BD30D7: hue angle of 290.66º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD30D7 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 48 | 215 | - |
| CMYK | 0.12 | 0.78 | 0 | 0.16 |
| HSL | 290.66º | 0.68% | 0.52% | - |
| HSV(B) | 290.66º | 0.78% | 0.84% | - |
| XYZ | 34.31 | 17.84 | 65.92 | - |
| YUV | 109.2 | 187.71 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 215 | 0.12 | 0.78 | 0 | 0.16 | 290.66 | 0.68 | 0.52 |
| Hex | BD | 30 | D7 | C | 4E | 0 | 10 | 123 | 44 | 34 |
| Octal | 275 | 60 | 327 | 14 | 116 | 0 | 20 | 443 | 104 | 64 |
| Binary | 10111101 | 110000 | 11010111 | 1100 | 1001110 | 0 | 10000 | 100100011 | 1000100 | 110100 |
Color Harmonies of #BD30D7
Complementary color
Monochromatic Colors of #BD30D7
Black with #BD30D7
Text Example
Text Example
White with #BD30D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD30D7; }
p { color: rgb(189,48,215); }
H1.HeaderClassName
{
color: #BD30D7;
}
.AnyTagClassName
{
color: #BD30D7;
}
</style>
background-color css
<style>
a { background-color: #BD30D7; }
a { background-color: rgb(189,48,215); }
div.DivClassName
{
background-color: #BD30D7;
}
.BgClassName
{
background-color: #BD30D7;
}
</style>
border-color css
<style>
span { border-color: #BD30D7; }
span { border-color: rgb(189,48,215); }
td.TdClassName
{
border-color: #BD30D7;
}
.TagClassName
{
border-color: #BD30D7;
}
</style>