Shades of Medium Orchid #B06DBF
Tints of Medium Orchid #B06DBF
RGB
CMYK
RGB Variations
Color information
#B06DBF (or 0xB06DBF) is known color: Medium Orchid. HEX triplet: B0, 6D and BF. RGB value is (176,109,191). Sum of RGB (Red+Green+Blue) = 176+109+191=476 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.97% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #B06DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06DBF is #4F9240. Grayscale: #8A8A8A. Windows color (decimal): -5214785 or 12545456. OLE color: 12545456.
HSL color Cylindrical-coordinate representation of color #B06DBF: hue angle of 289.02º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B06DBF is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 109 | 191 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.25 |
| HSL | 289.02º | 0.39% | 0.59% | - |
| HSV(B) | 289.02º | 0.43% | 0.75% | - |
| XYZ | 32.78 | 23.93 | 52.18 | - |
| YUV | 138.38 | 157.7 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 109 | 191 | 0.08 | 0.43 | 0 | 0.25 | 289.02 | 0.39 | 0.59 |
| Hex | B0 | 6D | BF | 8 | 2B | 0 | 19 | 121 | 27 | 3B |
| Octal | 260 | 155 | 277 | 10 | 53 | 0 | 31 | 441 | 47 | 73 |
| Binary | 10110000 | 1101101 | 10111111 | 1000 | 101011 | 0 | 11001 | 100100001 | 100111 | 111011 |
Color Harmonies of #B06DBF
Complementary color
Monochromatic Colors of #B06DBF
Black with #B06DBF
Text Example
Text Example
White with #B06DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06DBF; }
p { color: rgb(176,109,191); }
H1.HeaderClassName
{
color: #B06DBF;
}
.AnyTagClassName
{
color: #B06DBF;
}
</style>
background-color css
<style>
a { background-color: #B06DBF; }
a { background-color: rgb(176,109,191); }
div.DivClassName
{
background-color: #B06DBF;
}
.BgClassName
{
background-color: #B06DBF;
}
</style>
border-color css
<style>
span { border-color: #B06DBF; }
span { border-color: rgb(176,109,191); }
td.TdClassName
{
border-color: #B06DBF;
}
.TagClassName
{
border-color: #B06DBF;
}
</style>