Shades of Medium Orchid #B06DCF
Tints of Medium Orchid #B06DCF
RGB
CMYK
RGB Variations
Color information
#B06DCF (or 0xB06DCF) is known color: Medium Orchid. HEX triplet: B0, 6D and CF. RGB value is (176,109,207). Sum of RGB (Red+Green+Blue) = 176+109+207=492 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.77% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #B06DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06DCF is #4F9230. Grayscale: #8B8B8B. Windows color (decimal): -5214769 or 13594032. OLE color: 13594032.
HSL color Cylindrical-coordinate representation of color #B06DCF: hue angle of 281.02º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B06DCF is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 176 | 109 | 207 | - |
| CMYK | 0.15 | 0.47 | 0 | 0.19 |
| HSL | 281.02º | 0.51% | 0.62% | - |
| HSV(B) | 281.02º | 0.47% | 0.81% | - |
| XYZ | 34.64 | 24.67 | 61.97 | - |
| YUV | 140.21 | 165.7 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 109 | 207 | 0.15 | 0.47 | 0 | 0.19 | 281.02 | 0.51 | 0.62 |
| Hex | B0 | 6D | CF | F | 2F | 0 | 13 | 119 | 33 | 3E |
| Octal | 260 | 155 | 317 | 17 | 57 | 0 | 23 | 431 | 63 | 76 |
| Binary | 10110000 | 1101101 | 11001111 | 1111 | 101111 | 0 | 10011 | 100011001 | 110011 | 111110 |
Color Harmonies of #B06DCF
Complementary color
Monochromatic Colors of #B06DCF
Black with #B06DCF
Text Example
Text Example
White with #B06DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06DCF; }
p { color: rgb(176,109,207); }
H1.HeaderClassName
{
color: #B06DCF;
}
.AnyTagClassName
{
color: #B06DCF;
}
</style>
background-color css
<style>
a { background-color: #B06DCF; }
a { background-color: rgb(176,109,207); }
div.DivClassName
{
background-color: #B06DCF;
}
.BgClassName
{
background-color: #B06DCF;
}
</style>
border-color css
<style>
span { border-color: #B06DCF; }
span { border-color: rgb(176,109,207); }
td.TdClassName
{
border-color: #B06DCF;
}
.TagClassName
{
border-color: #B06DCF;
}
</style>