Shades of Medium Orchid #BD67DA
Tints of Medium Orchid #BD67DA
RGB
CMYK
RGB Variations
Color information
#BD67DA (or 0xBD67DA) is known color: Medium Orchid. HEX triplet: BD, 67 and DA. RGB value is (189,103,218). Sum of RGB (Red+Green+Blue) = 189+103+218=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 103 (40.62% from 255 or 20.20% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD67DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD67DA is #429825. Grayscale: #8D8D8D. Windows color (decimal): -4364326 or 14313405. OLE color: 14313405.
HSL color Cylindrical-coordinate representation of color #BD67DA: hue angle of 284.87º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD67DA is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 103 | 218 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.15 |
| HSL | 284.87º | 0.61% | 0.63% | - |
| HSV(B) | 284.87º | 0.53% | 0.85% | - |
| XYZ | 38.49 | 25.58 | 69.24 | - |
| YUV | 141.82 | 170.99 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 218 | 0.13 | 0.53 | 0 | 0.15 | 284.87 | 0.61 | 0.63 |
| Hex | BD | 67 | DA | D | 35 | 0 | F | 11D | 3D | 3F |
| Octal | 275 | 147 | 332 | 15 | 65 | 0 | 17 | 435 | 75 | 77 |
| Binary | 10111101 | 1100111 | 11011010 | 1101 | 110101 | 0 | 1111 | 100011101 | 111101 | 111111 |
Color Harmonies of #BD67DA
Complementary color
Monochromatic Colors of #BD67DA
Black with #BD67DA
Text Example
Text Example
White with #BD67DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD67DA; }
p { color: rgb(189,103,218); }
H1.HeaderClassName
{
color: #BD67DA;
}
.AnyTagClassName
{
color: #BD67DA;
}
</style>
background-color css
<style>
a { background-color: #BD67DA; }
a { background-color: rgb(189,103,218); }
div.DivClassName
{
background-color: #BD67DA;
}
.BgClassName
{
background-color: #BD67DA;
}
</style>
border-color css
<style>
span { border-color: #BD67DA; }
span { border-color: rgb(189,103,218); }
td.TdClassName
{
border-color: #BD67DA;
}
.TagClassName
{
border-color: #BD67DA;
}
</style>