Shades of Medium Orchid #BD65DA
Tints of Medium Orchid #BD65DA
RGB
CMYK
RGB Variations
Color information
#BD65DA (or 0xBD65DA) is known color: Medium Orchid. HEX triplet: BD, 65 and DA. RGB value is (189,101,218). Sum of RGB (Red+Green+Blue) = 189+101+218=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD65DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD65DA is #429A25. Grayscale: #8C8C8C. Windows color (decimal): -4364838 or 14312893. OLE color: 14312893.
HSL color Cylindrical-coordinate representation of color #BD65DA: hue angle of 285.13º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD65DA is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 101 | 218 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.15 |
| HSL | 285.13º | 0.61% | 0.63% | - |
| HSV(B) | 285.13º | 0.54% | 0.85% | - |
| XYZ | 38.29 | 25.19 | 69.17 | - |
| YUV | 140.65 | 171.65 | 162.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 101 | 218 | 0.13 | 0.54 | 0 | 0.15 | 285.13 | 0.61 | 0.63 |
| Hex | BD | 65 | DA | D | 36 | 0 | F | 11D | 3D | 3F |
| Octal | 275 | 145 | 332 | 15 | 66 | 0 | 17 | 435 | 75 | 77 |
| Binary | 10111101 | 1100101 | 11011010 | 1101 | 110110 | 0 | 1111 | 100011101 | 111101 | 111111 |
Color Harmonies of #BD65DA
Complementary color
Monochromatic Colors of #BD65DA
Black with #BD65DA
Text Example
Text Example
White with #BD65DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD65DA; }
p { color: rgb(189,101,218); }
H1.HeaderClassName
{
color: #BD65DA;
}
.AnyTagClassName
{
color: #BD65DA;
}
</style>
background-color css
<style>
a { background-color: #BD65DA; }
a { background-color: rgb(189,101,218); }
div.DivClassName
{
background-color: #BD65DA;
}
.BgClassName
{
background-color: #BD65DA;
}
</style>
border-color css
<style>
span { border-color: #BD65DA; }
span { border-color: rgb(189,101,218); }
td.TdClassName
{
border-color: #BD65DA;
}
.TagClassName
{
border-color: #BD65DA;
}
</style>