Shades of Medium Orchid #BD30DC
Tints of Medium Orchid #BD30DC
RGB
CMYK
RGB Variations
Color information
#BD30DC (or 0xBD30DC) is known color: Medium Orchid. HEX triplet: BD, 30 and DC. RGB value is (189,48,220). Sum of RGB (Red+Green+Blue) = 189+48+220=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 48 (19.14% from 255 or 10.50% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD30DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD30DC is #42CF23. Grayscale: #6D6D6D. Windows color (decimal): -4378404 or 14430397. OLE color: 14430397.
HSL color Cylindrical-coordinate representation of color #BD30DC: hue angle of 289.19º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD30DC is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 48 | 220 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.14 |
| HSL | 289.19º | 0.71% | 0.53% | - |
| HSV(B) | 289.19º | 0.78% | 0.86% | - |
| XYZ | 34.96 | 18.1 | 69.36 | - |
| YUV | 109.77 | 190.21 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 220 | 0.14 | 0.78 | 0 | 0.14 | 289.19 | 0.71 | 0.53 |
| Hex | BD | 30 | DC | E | 4E | 0 | E | 121 | 47 | 35 |
| Octal | 275 | 60 | 334 | 16 | 116 | 0 | 16 | 441 | 107 | 65 |
| Binary | 10111101 | 110000 | 11011100 | 1110 | 1001110 | 0 | 1110 | 100100001 | 1000111 | 110101 |
Color Harmonies of #BD30DC
Complementary color
Monochromatic Colors of #BD30DC
Black with #BD30DC
Text Example
Text Example
White with #BD30DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD30DC; }
p { color: rgb(189,48,220); }
H1.HeaderClassName
{
color: #BD30DC;
}
.AnyTagClassName
{
color: #BD30DC;
}
</style>
background-color css
<style>
a { background-color: #BD30DC; }
a { background-color: rgb(189,48,220); }
div.DivClassName
{
background-color: #BD30DC;
}
.BgClassName
{
background-color: #BD30DC;
}
</style>
border-color css
<style>
span { border-color: #BD30DC; }
span { border-color: rgb(189,48,220); }
td.TdClassName
{
border-color: #BD30DC;
}
.TagClassName
{
border-color: #BD30DC;
}
</style>