Shades of Medium Orchid #BD51DD
Tints of Medium Orchid #BD51DD
RGB
CMYK
RGB Variations
Color information
#BD51DD (or 0xBD51DD) is known color: Medium Orchid. HEX triplet: BD, 51 and DD. RGB value is (189,81,221). Sum of RGB (Red+Green+Blue) = 189+81+221=491 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.49% from 491); Green value is 81 (32.03% from 255 or 16.50% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD51DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD51DD is #42AE22. Grayscale: #808080. Windows color (decimal): -4369955 or 14504381. OLE color: 14504381.
HSL color Cylindrical-coordinate representation of color #BD51DD: hue angle of 286.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD51DD is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 81 | 221 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.13 |
| HSL | 286.29º | 0.67% | 0.59% | - |
| HSV(B) | 286.29º | 0.63% | 0.87% | - |
| XYZ | 36.98 | 21.92 | 70.69 | - |
| YUV | 129.25 | 179.78 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 221 | 0.14 | 0.63 | 0 | 0.13 | 286.29 | 0.67 | 0.59 |
| Hex | BD | 51 | DD | E | 3F | 0 | D | 11E | 43 | 3B |
| Octal | 275 | 121 | 335 | 16 | 77 | 0 | 15 | 436 | 103 | 73 |
| Binary | 10111101 | 1010001 | 11011101 | 1110 | 111111 | 0 | 1101 | 100011110 | 1000011 | 111011 |
Color Harmonies of #BD51DD
Complementary color
Monochromatic Colors of #BD51DD
Black with #BD51DD
Text Example
Text Example
White with #BD51DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD51DD; }
p { color: rgb(189,81,221); }
H1.HeaderClassName
{
color: #BD51DD;
}
.AnyTagClassName
{
color: #BD51DD;
}
</style>
background-color css
<style>
a { background-color: #BD51DD; }
a { background-color: rgb(189,81,221); }
div.DivClassName
{
background-color: #BD51DD;
}
.BgClassName
{
background-color: #BD51DD;
}
</style>
border-color css
<style>
span { border-color: #BD51DD; }
span { border-color: rgb(189,81,221); }
td.TdClassName
{
border-color: #BD51DD;
}
.TagClassName
{
border-color: #BD51DD;
}
</style>