Shades of Medium Orchid #BD68CF
Tints of Medium Orchid #BD68CF
RGB
CMYK
RGB Variations
Color information
#BD68CF (or 0xBD68CF) is known color: Medium Orchid. HEX triplet: BD, 68 and CF. RGB value is (189,104,207). Sum of RGB (Red+Green+Blue) = 189+104+207=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 207 (81.25% from 255 or 41.4% from 500); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD68CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD68CF is #429730. Grayscale: #8C8C8C. Windows color (decimal): -4364081 or 13592765. OLE color: 13592765.
HSL color Cylindrical-coordinate representation of color #BD68CF: hue angle of 289.51º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD68CF is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 104 | 207 | - |
| CMYK | 0.09 | 0.50 | 0 | 0.19 |
| HSL | 289.51º | 0.52% | 0.61% | - |
| HSV(B) | 289.51º | 0.5% | 0.81% | - |
| XYZ | 37.2 | 25.22 | 61.94 | - |
| YUV | 141.16 | 165.16 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 104 | 207 | 0.09 | 0.50 | 0 | 0.19 | 289.51 | 0.52 | 0.61 |
| Hex | BD | 68 | CF | 9 | 32 | 0 | 13 | 122 | 34 | 3D |
| Octal | 275 | 150 | 317 | 11 | 62 | 0 | 23 | 442 | 64 | 75 |
| Binary | 10111101 | 1101000 | 11001111 | 1001 | 110010 | 0 | 10011 | 100100010 | 110100 | 111101 |
Color Harmonies of #BD68CF
Complementary color
Monochromatic Colors of #BD68CF
Black with #BD68CF
Text Example
Text Example
White with #BD68CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD68CF; }
p { color: rgb(189,104,207); }
H1.HeaderClassName
{
color: #BD68CF;
}
.AnyTagClassName
{
color: #BD68CF;
}
</style>
background-color css
<style>
a { background-color: #BD68CF; }
a { background-color: rgb(189,104,207); }
div.DivClassName
{
background-color: #BD68CF;
}
.BgClassName
{
background-color: #BD68CF;
}
</style>
border-color css
<style>
span { border-color: #BD68CF; }
span { border-color: rgb(189,104,207); }
td.TdClassName
{
border-color: #BD68CF;
}
.TagClassName
{
border-color: #BD68CF;
}
</style>