Shades of Medium Orchid #BD51DA
Tints of Medium Orchid #BD51DA
RGB
CMYK
RGB Variations
Color information
#BD51DA (or 0xBD51DA) is known color: Medium Orchid. HEX triplet: BD, 51 and DA. RGB value is (189,81,218). Sum of RGB (Red+Green+Blue) = 189+81+218=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD51DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD51DA is #42AE25. Grayscale: #808080. Windows color (decimal): -4369958 or 14307773. OLE color: 14307773.
HSL color Cylindrical-coordinate representation of color #BD51DA: hue angle of 287.3º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD51DA is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 81 | 218 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.15 |
| HSL | 287.3º | 0.65% | 0.59% | - |
| HSV(B) | 287.3º | 0.63% | 0.85% | - |
| XYZ | 36.58 | 21.77 | 68.6 | - |
| YUV | 128.91 | 178.28 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 81 | 218 | 0.13 | 0.63 | 0 | 0.15 | 287.3 | 0.65 | 0.59 |
| Hex | BD | 51 | DA | D | 3F | 0 | F | 11F | 41 | 3B |
| Octal | 275 | 121 | 332 | 15 | 77 | 0 | 17 | 437 | 101 | 73 |
| Binary | 10111101 | 1010001 | 11011010 | 1101 | 111111 | 0 | 1111 | 100011111 | 1000001 | 111011 |
Color Harmonies of #BD51DA
Complementary color
Monochromatic Colors of #BD51DA
Black with #BD51DA
Text Example
Text Example
White with #BD51DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD51DA; }
p { color: rgb(189,81,218); }
H1.HeaderClassName
{
color: #BD51DA;
}
.AnyTagClassName
{
color: #BD51DA;
}
</style>
background-color css
<style>
a { background-color: #BD51DA; }
a { background-color: rgb(189,81,218); }
div.DivClassName
{
background-color: #BD51DA;
}
.BgClassName
{
background-color: #BD51DA;
}
</style>
border-color css
<style>
span { border-color: #BD51DA; }
span { border-color: rgb(189,81,218); }
td.TdClassName
{
border-color: #BD51DA;
}
.TagClassName
{
border-color: #BD51DA;
}
</style>