Shades of Medium Orchid #BD64DA
Tints of Medium Orchid #BD64DA
RGB
CMYK
RGB Variations
Color information
#BD64DA (or 0xBD64DA) is known color: Medium Orchid. HEX triplet: BD, 64 and DA. RGB value is (189,100,218). Sum of RGB (Red+Green+Blue) = 189+100+218=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD64DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD64DA is #429B25. Grayscale: #8B8B8B. Windows color (decimal): -4365094 or 14312637. OLE color: 14312637.
HSL color Cylindrical-coordinate representation of color #BD64DA: hue angle of 285.25º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD64DA is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 100 | 218 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.15 |
| HSL | 285.25º | 0.61% | 0.62% | - |
| HSV(B) | 285.25º | 0.54% | 0.85% | - |
| XYZ | 38.2 | 25 | 69.14 | - |
| YUV | 140.06 | 171.99 | 162.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 100 | 218 | 0.13 | 0.54 | 0 | 0.15 | 285.25 | 0.61 | 0.62 |
| Hex | BD | 64 | DA | D | 36 | 0 | F | 11D | 3D | 3E |
| Octal | 275 | 144 | 332 | 15 | 66 | 0 | 17 | 435 | 75 | 76 |
| Binary | 10111101 | 1100100 | 11011010 | 1101 | 110110 | 0 | 1111 | 100011101 | 111101 | 111110 |
Color Harmonies of #BD64DA
Complementary color
Monochromatic Colors of #BD64DA
Black with #BD64DA
Text Example
Text Example
White with #BD64DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD64DA; }
p { color: rgb(189,100,218); }
H1.HeaderClassName
{
color: #BD64DA;
}
.AnyTagClassName
{
color: #BD64DA;
}
</style>
background-color css
<style>
a { background-color: #BD64DA; }
a { background-color: rgb(189,100,218); }
div.DivClassName
{
background-color: #BD64DA;
}
.BgClassName
{
background-color: #BD64DA;
}
</style>
border-color css
<style>
span { border-color: #BD64DA; }
span { border-color: rgb(189,100,218); }
td.TdClassName
{
border-color: #BD64DA;
}
.TagClassName
{
border-color: #BD64DA;
}
</style>