Shades of Medium Orchid #BD68DA
Tints of Medium Orchid #BD68DA
RGB
CMYK
RGB Variations
Color information
#BD68DA (or 0xBD68DA) is known color: Medium Orchid. HEX triplet: BD, 68 and DA. RGB value is (189,104,218). Sum of RGB (Red+Green+Blue) = 189+104+218=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD68DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD68DA is #429725. Grayscale: #8E8E8E. Windows color (decimal): -4364070 or 14313661. OLE color: 14313661.
HSL color Cylindrical-coordinate representation of color #BD68DA: hue angle of 284.74º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD68DA is Cyan = 0.13, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 104 | 218 | - |
| CMYK | 0.13 | 0.52 | 0 | 0.15 |
| HSL | 284.74º | 0.61% | 0.63% | - |
| HSV(B) | 284.74º | 0.52% | 0.85% | - |
| XYZ | 38.59 | 25.78 | 69.27 | - |
| YUV | 142.41 | 170.66 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 218 | 0.13 | 0.52 | 0 | 0.15 | 284.74 | 0.61 | 0.63 |
| Hex | BD | 68 | DA | D | 34 | 0 | F | 11D | 3D | 3F |
| Octal | 275 | 150 | 332 | 15 | 64 | 0 | 17 | 435 | 75 | 77 |
| Binary | 10111101 | 1101000 | 11011010 | 1101 | 110100 | 0 | 1111 | 100011101 | 111101 | 111111 |
Color Harmonies of #BD68DA
Complementary color
Monochromatic Colors of #BD68DA
Black with #BD68DA
Text Example
Text Example
White with #BD68DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD68DA; }
p { color: rgb(189,104,218); }
H1.HeaderClassName
{
color: #BD68DA;
}
.AnyTagClassName
{
color: #BD68DA;
}
</style>
background-color css
<style>
a { background-color: #BD68DA; }
a { background-color: rgb(189,104,218); }
div.DivClassName
{
background-color: #BD68DA;
}
.BgClassName
{
background-color: #BD68DA;
}
</style>
border-color css
<style>
span { border-color: #BD68DA; }
span { border-color: rgb(189,104,218); }
td.TdClassName
{
border-color: #BD68DA;
}
.TagClassName
{
border-color: #BD68DA;
}
</style>