Shades of Medium Orchid #BD67DC
Tints of Medium Orchid #BD67DC
RGB
CMYK
RGB Variations
Color information
#BD67DC (or 0xBD67DC) is known color: Medium Orchid. HEX triplet: BD, 67 and DC. RGB value is (189,103,220). Sum of RGB (Red+Green+Blue) = 189+103+220=512 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.91% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD67DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD67DC is #429823. Grayscale: #8D8D8D. Windows color (decimal): -4364324 or 14444477. OLE color: 14444477.
HSL color Cylindrical-coordinate representation of color #BD67DC: hue angle of 284.1º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD67DC is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 103 | 220 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.14 |
| HSL | 284.1º | 0.63% | 0.63% | - |
| HSV(B) | 284.1º | 0.53% | 0.86% | - |
| XYZ | 38.75 | 25.69 | 70.63 | - |
| YUV | 142.05 | 171.99 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 103 | 220 | 0.14 | 0.53 | 0 | 0.14 | 284.1 | 0.63 | 0.63 |
| Hex | BD | 67 | DC | E | 35 | 0 | E | 11C | 3F | 3F |
| Octal | 275 | 147 | 334 | 16 | 65 | 0 | 16 | 434 | 77 | 77 |
| Binary | 10111101 | 1100111 | 11011100 | 1110 | 110101 | 0 | 1110 | 100011100 | 111111 | 111111 |
Color Harmonies of #BD67DC
Complementary color
Monochromatic Colors of #BD67DC
Black with #BD67DC
Text Example
Text Example
White with #BD67DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD67DC; }
p { color: rgb(189,103,220); }
H1.HeaderClassName
{
color: #BD67DC;
}
.AnyTagClassName
{
color: #BD67DC;
}
</style>
background-color css
<style>
a { background-color: #BD67DC; }
a { background-color: rgb(189,103,220); }
div.DivClassName
{
background-color: #BD67DC;
}
.BgClassName
{
background-color: #BD67DC;
}
</style>
border-color css
<style>
span { border-color: #BD67DC; }
span { border-color: rgb(189,103,220); }
td.TdClassName
{
border-color: #BD67DC;
}
.TagClassName
{
border-color: #BD67DC;
}
</style>